Skip to content
/ janus Public

Jupyter Notebook Extension that assists with notebook cleaning

License

Notifications You must be signed in to change notification settings

acrule/janus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Janus

Janus is a Jupyter Notebook extension designed to help you organize your notebooks. Janus tracks all changes to your notebook and lets you hide cells so you don't have to scroll as much and can focus on a few cells at a time.

Janus

Installation

As is standard with Jupyter Notebook extensions, to install Janus you need to first install the extension's python package, and then install and enable both the server and the client (i.e. nbextension) sides of the extension.

If you have already cloned this repository onto your machine, you should be able to navigate to the top level "Janus" folder (with setup.py in it) and run the following commands:

pip install ./ # can add --user if you only want to install for the current user
jupyter nbextension install --py janus
jupyter nbextension enable --py janus
jupyter serverextension enable --py janus

Note that Janus is still in alpha, so you may encounter bugs. If you would like to disable Janus, run the following commands:

jupyter nbextension disable --py janus
jupyter serverextension disable --py janus

About

Jupyter Notebook Extension that assists with notebook cleaning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published