Brian E. Granger
dfac7eca2b
WebSocket url is now passed to browser when a kernel is started.
15 years ago
Brian E. Granger
3be2ace4f2
Autotry additional ports if 8888 if already in use.
15 years ago
Brian E. Granger
a9d6f2eb2d
Major refactor of kernel connection management in the notebook.
...
* Full kernel heartbeating is working.
* Connections between the notebook and server and now created
a new each time there is a WebSocket connection. Each channel is
also handled separately. This dramatically simplifies the
server code and makes for a more scalable system.
15 years ago
Brian E. Granger
90a20054a0
Updating notebook configuration.
...
* ipython_notebook_config.py is now created and staged.
* New certfile/keyfile config=True attributes for enabling SSL/TLS.
* Examples of usage added.
* New handling for --ip=*
* Aliases added.
15 years ago
Brian E. Granger
da63e8cbe8
Minor fixes to config system for notebook.
15 years ago
Brian E. Granger
81a1099f87
Starting work on a Markdown cell.
15 years ago
Brian E. Granger
a0cbccaa03
Adding kernel/notebook associations.
15 years ago
Brian E. Granger
c106630a2f
Implemented basic notebook browser and fixed numerous bugs.
15 years ago
Brian E. Granger
b11824ef1b
Massive work on the notebook document format.
...
* Finished nbformat work and debugged the versioning API.
* Integrated the nbformat with the notebook. Save/New/Open/Export
are all now working.
15 years ago
Brian E. Granger
861a481f29
Actually kill old kernels upon restart.
15 years ago
Brian E. Granger
0c261d5466
Updating the notebook to work with the latex master.
...
* PNG figures are now used for matplotlib.
* NEW msg format is used where msg_type is in the header.
* Session is used for sending/recving.
15 years ago
Brian E. Granger
47ca4892b1
More work on updating the notebook zmq forwarding.
15 years ago
Brian E. Granger
60a21ecc14
Work to adapt routers to new Session message protocol.
15 years ago
Brian E. Granger
a66bf72d2b
Notebook app debugging.
...
* Logging is now working with a default of INFO.
* Other misc bug fixes.
15 years ago
Brian E. Granger
d04eb09f2e
Refactoring the notebook app to support the new config system.
15 years ago
Brian E. Granger
ff6d76c9e5
Renaming NotebookApplication to NotebookWebApplication.
15 years ago
Brian E. Granger
1140eeb679
Initial reorg of files complete.
...
I have moved things around to get ready for making the notebook
a full blown app, but have not actually made it an app. That is
next.
15 years ago
Brian E. Granger
29bd45d3d5
Fixing import statments in handlers and notebookapp.
15 years ago
Brian E. Granger
6e2fd5206e
Creating files to new notebook app.
15 years ago