Steve (Gadget) Barnes
19d23e2de7
Issue #2502 : Add line break after The Jupyter Notebook is running at: ( #2505 )
...
* Issue #2502 : Add line break after The Jupyter Notebook is running at:
* Revert "Issue #2502 : Add line break after The Jupyter Notebook is running at:"
This reverts commit 3aa65e712006f2726ea57476dd8923753a13e4ef.
* Issue #2502 : Reverted previous changes and redone without strip trailing spaces
9 years ago
Min RK
5a4b968e3b
sys.stdin can be None
...
in which case we can't check if it's a tty or read from it
9 years ago
Thomas Kluyver
b93820bf4c
Merge pull request #2419 from minrk/notebook-stop
...
minor cleanup in 'jupyter notebook stop'
9 years ago
Min RK
9e84fe332c
test notebook stop
9 years ago
Min RK
b74003b8d5
check allow_root after calling super
...
super can dispatch to subcommands such as `list`, etc.
we only want to check root *at most* for starting the notebook server itself.
9 years ago
Min RK
0d200ce9ab
minor cleanup in 'jupyter notebook stop'
9 years ago
Thomas Kluyver
d00b7e3e17
Merge pull request #2388 from brookisme/notebook-stop
...
NbserverStopApp: stop notebooks through cli - jupyter notebook stop <…
9 years ago
Brookie Guzder-Williams
44df51ad60
always exit(1) if not server found. break up long list comprehension
9 years ago
Brookie Guzder-Williams
b2f63b4a9c
SIGTERM not SIGQUIT
9 years ago
Brookie Guzder-Williams
ed4de773c9
remove unused kill_cmd/signal prop
9 years ago
Brookie Guzder-Williams
277d000d54
dont cast to string
9 years ago
Brookie Guzder-Williams
8b20dcc918
exit if server not found
9 years ago
Brookie Guzder-Williams
b6ac73cbe1
use os.kill
9 years ago
Brookie Guzder-Williams
219c762f32
remove unused props
9 years ago
Min RK
c3f1207c64
fix add-trailing-slash login in base_url
...
both leading and trailing slash should be added
9 years ago
Brookie Guzder-Williams
cd3233ff4e
NbserverStopApp: stop notebooks through cli - jupyter notebook stop <PORT>
9 years ago
Thomas Kluyver
05979d9a4b
Merge pull request #2368 from minrk/stream-data-rate-boogaloo
...
only consider stream outputs for data-rate limit
9 years ago
Min RK
ee13349d2d
Merge pull request #2262 from wordofglass/new_browser_window
...
Add 'new_browser_window' config option
9 years ago
Min RK
3d7c9b51a6
only consider stream outputs for data-rate limit
9 years ago
Min RK
92900ed412
Remove ignored config_dir arg to config_manager
...
it's spelled wrong and ignored (with a DeprecationWarning from traitlets)
9 years ago
Min RK
15341ac758
Revert "only consider stream output for data rate limit"
9 years ago
Min RK
5da6eb6a41
only consider stream output for data rate limit
...
large stream outputs cause much more problems than image output
this does open up to large HTML and/or displayed text output,
but those seem to behave well more often than they don't.
9 years ago
Min RK
420715e3e5
Merge pull request #2234 from takluyver/i2204
...
Show server root directory in move dialog
9 years ago
Grant Nestor
32df89fd62
Set `server_root_dir` based on user directory path
9 years ago
wordofglass
f1253c460f
Directly expose the `webbrowser.open` new argument.
...
Suggested by minrk. Also, amend the corresponding documentation in
order to mention dependence on browser support.
9 years ago
Grant Nestor
96676c079c
Use `contents_manager.root_dir`
9 years ago
wordofglass
ff88ae072f
Add 'new_browser_window' config option
...
On startup, this optionally opens the notebook in a new browser window
instead of a new tab.
9 years ago
Kaushik Chaubal
7d4965abc0
fix of uploading large files crashes the browser #96 + adding unit tests
9 years ago
Thomas Kluyver
b2d048a85e
[WIP] Show server root directory in move dialog
9 years ago
Thomas Kluyver
6fbb39193a
Bump up tornado buffer sizes to allow saving large notebooks
...
Sort of addresses gh-650
9 years ago
Matthias Bussonnier
6b4ec572b5
Fix typos.
9 years ago
Min RK
fde1c6e26b
handle self.config_dir and self.config_file_name in server_extensions
...
could be important for subclasses
9 years ago
Min RK
ad01950c4f
Merge nbserver_extensions
...
Load with ConfigManager so that merge happens recursively,
unlike normal config values.
Makes loading more consistent with frontend extensions,
but is a bit icky because the same files are loaded and read twice,
and one key in a traitlets-defined config file is loaded differently than all others.
This does behave more like we intend and people expect for extensions, though.
9 years ago
Thomas Kluyver
0ed0af50b7
Remove hardcoded widgets check
...
Once this is merged, the notebook will only support ipywidgets>=5.0. The
minimum supported ipywidgets (5.0.0) was released in April 2016.
Closes gh-1960
9 years ago
Thomas Kluyver
39b756bf34
Merge pull request #1905 from gnestor/pr/1755
...
Adds edit and view buttons
9 years ago
Matthias Bussonnier
be5cf10a7d
Merge pull request #2065 from jinmehta13/console-welcome-message
...
Welcome Message for Console and Terminal Output
9 years ago
Matthias Bussonnier
12688f2a8d
show message only on dev
9 years ago
Grant Nestor
0034f2a251
Create `/view` route, handler, and template
9 years ago
Jinesh Mehta
f1a03a7ce3
added welcome message to terminal output on Notebook server app start
9 years ago
Min RK
32a353378a
track REST API activity
...
add /api/status endpoint for retrieving current status
includes
- started: start time of the server
- last_activity: latest activity across all endpoints
- connections: number of current connections
- kernels: number of current kernels
9 years ago
Kyle Kelley
f5f97d1f93
Merge pull request #2007 from minrk/password
...
add `jupyter notebook password` entrypoint
9 years ago
Min RK
a69494833b
forward-port fixes
9 years ago
Min RK
53f809d407
use a warning for failure to set file permissions
...
instead of print
9 years ago
Min RK
cd7e0a939c
add `jupyter notebook password` entrypoint
...
records, hashes, and stores password in json config
9 years ago
Min RK
86c6268f64
prose review
9 years ago
Min RK
d6f091c443
allow disabling xsrf check
...
for deployments that want to grant unfettered access, even from anonymous API requests
9 years ago
Min RK
4a8af93b5b
enable tornado xsrf cookie
9 years ago
Srinivas Reddy Thatiparthy
161c174a98
rename log.warn to log.warning as log.warn is deprecated
9 years ago
Min RK
3760525783
Only log generated tokens in URLs
...
if token came from config, assume user knows what it is
or it's handled some other way.
9 years ago
Min RK
faf60320dd
Further highlight token info in log output
...
add critical-level log statement at the end of startup with token info
9 years ago