-
Notifications
You must be signed in to change notification settings - Fork 372
Closed
Description
Opening this issue to track the porting of relevant Notebook PRs to Jupyter Server.
List to Port:
- properly handle unicode characters in home dirs jupyter/notebook#3664
- flush iopub before sending restarting/dead status messages jupyter/notebook#3759
- [FIX] notebookapp, auth:
get_secure_cookiekwargs jupyter/notebook#3778 - modify contributing instructions to use pytest for testing jupyter/notebook#3789
- Fill in Checkpoints section jupyter/notebook#3799
- indent code block jupyter/notebook#3806
- ip_address only accepts unicode on Python 2 jupyter/notebook#3809
- Fix tornado max_body_size & max_buffer_size settings jupyter/notebook#3829
- Get the list of exporters from entrypoints jupyter/notebook#3879
- Describe problems and solutions involving CSP headers jupyter/notebook#3883
- Allow access control headers to be overriden in jupyter_notebook_conf… jupyter/notebook#3886
- Prevent access through 'NoneType' when closing activity_stream jupyter/notebook#3907
- When adapting also log the version jupyter_client is expecting. jupyter/notebook#4034
- Added metrics for currently running terminals and labeled by type kernels jupyter/notebook#4036
- Include status types when logging activity jupyter/notebook#4063
- Allow more contents manager functions to return futures jupyter/notebook#4099
- Fix copy/paste-ability of default URL presented on startup jupyter/notebook#4103
- Enable login mode for terminal - to automatically source the /etc/profile script jupyter/notebook#4112
- Fix default value method for
allow_remote_accesswhen ip is '*' jupyter/notebook#4139 - Embed NB2KG into Notebook server jupyter/notebook#4161 (via Port gateway from notebook #92)
- Enable kernel message filtering jupyter/notebook#4210
- Update session_exists() to account for invalid sessions due to culling jupyter/notebook#4219
- Allow ?no_track_activity=1 to opt-out of activity tracking jupyter/notebook#4235
- Launch the browser with a redirect file jupyter/notebook#4260
- More selective filename test in list_running_servers jupyter/notebook#4284
- List hidden files if allowed jupyter/notebook#4328
- Fix case sensitive notebook file extension jupyter/notebook#4355
- surface config.d nbserver_extensions to the NotebookApp config object jupyter/notebook#4376
- Call tornado WebSocketHandler.get() as a coroutine jupyter/notebook#4392
- Enable restart_kernel for async usage jupyter/notebook#4412
- remove unused import of os jupyter/notebook#4426
- Update gateway support with recent changes jupyter/notebook#4431 (via Port gateway from notebook #92)
- tornado 6 compatibility jupyter/notebook#4449
- Finish transition to our own maybe_future jupyter/notebook#4453
- Fix incorrect MIME/Content-Type for JavaScript on misconfigured Windows systems jupyter/notebook#4468
- [doc] fix some linkcheck errors and warnings jupyter/notebook#4519
- explicitly ignore windows registry for mimetypes jupyter/notebook#4528
- Changed the default protocol jupyter/notebook#4531
- Fix binary message issue when configured for gateway forwarding jupyter/notebook#4576 (via Port gateway from notebook #92)
- fix default file name for make a copy jupyter/notebook#4618
- Added control channel to ZMQChannelsHandler jupyter/notebook#4672
- bugfix: shutdown_server returns True when pid exists jupyter/notebook#4674
- Port NB2KG PRs to Gateway jupyter/notebook#4701 (via Port gateway from notebook #92)
- Missing yield statement on WebSocketChannelsHandler jupyter/notebook#4724 (via Port gateway from notebook #92)
- Remove verbose debug statement in gateway mode jupyter/notebook#4725 (via Port gateway from notebook #92)
- Update jupyter_client jupyter/notebook#4756
- Attempt to re-establish websocket connection to Gateway jupyter/notebook#4777 (via Port gateway from notebook #92)
- Make
FilesHandler.get()a decorated coroutine. Closes #4869 jupyter/notebook#4891
My strategy is to just manually move PRs that affect files in the Server. Is that the best strategy here? @SylvainCorlay @blink1073
Metadata
Metadata
Assignees
Labels
No labels