Skip to content

kwikteam/ipython-nbdock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipython-nbdock

Add support for dockable windows in the notebook.

This extension is experimental and should not be used as is.

Installation

To install it use:

# creates a symlink in .ipython/nbextensions
$ cd ipython-nbdock
$ ipython install-nbextension --symlink . --user

Then you need to have ipython-nbdock in PYTHONPATH when launching ipython.

nbdock activation in a notebook

In a notebook add the following code:

import nbdock
nbdock.nbdockmode()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published