Skip to content

Jupyter Notebook %%magics and Widget to start and stop servers from a Cell

License

Notifications You must be signed in to change notification settings

srizzo/jupyter-server-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Server Widget

Jupyter Notebook %%magics and Widget to start and stop servers from a Cell

Usage

Load extension inside a Jupyter notebook:

%load_ext jupyterserverwidget

Add server commands with cell magic:

%server myserver1 --args myargs
%%servers
myserver1 --args myargs
myserver2 --args myargs

Click buttons to start them, click again to stop.

Examples

Screenshot

Installation

Install and activate dependencies:

Then:

$ pip install jupyter_server_widget

About

Jupyter Notebook %%magics and Widget to start and stop servers from a Cell

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages