Thomas Kluyver
5ad3fd19f6
Don't install native kernelspec on startup
...
Part of the fix for jupyter/jupyter_client#35 ; other part coming up soon
11 years ago
Min RK
b0cae1f51b
Merge pull request #214 from jasongrout/trait-instances
...
Use instances of traits instead of trait classes
11 years ago
Min RK
c0f3b0abed
Merge pull request #120 from jdfreder/widgets
...
Hardcode widgets
11 years ago
Jonathan Frederic
fddd29f63a
Use app_log
11 years ago
Thomas Kluyver
a425ed30ef
Env variables for server root & URL in terminals
...
This came up on reddit: if you want to open a notebook or a file in the
text editor from the terminal inside the notebook web interface, you can
construct a URL to open. But to do that accurately, you need to know the
root directory where the server is looking, and the first part of the
URL. This exposes both of those as environment variables:
$JUPYTER_SERVER_ROOT and $JUPYTER_SERVER_URL.
11 years ago
Jason Grout
cf69ab7428
Use instances of traits instead of trait classes
11 years ago
Min RK
71c2387e34
Merge pull request #173 from jasongrout/swagger
...
Rough draft of documentation for the notebook REST API for kernels, kernel specs, and sessions
11 years ago
Min RK
b9ffd1428e
include version in --version output
11 years ago
Min RK
b122b52dc5
handle _template_path being unicode on py2
...
check string_types instead of str
11 years ago
Jason Grout
ad25d33808
Add an api discovery url
11 years ago
Jonathan Frederic
9a924963b1
Use correct log call.
11 years ago
Thomas Kluyver
25f5afd39f
Die immediately on SIGINT if not in a tty
...
Closes gh-146
11 years ago
Min RK
1a91f8ce74
remove clusters tab from notebook
...
moving to an nbextension in ipyparallel
11 years ago
Min RK
33b458d960
install IPython kernel with proper API
...
not deprecated API
11 years ago
Jonathan Frederic
32fd103bad
Hardcode references to the widgets.
11 years ago
Min RK
29a11a3aa1
use `super` in NotebookApp.start
11 years ago
Min RK
d71a59cc9f
s/jupyter_notebook/notebook
11 years ago