Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 584 Bytes

EmbarkTools

Some methods for reading and saving files in notebook when use pgcontents as contentsmanager

Install

git clone this repository, then cd this directory and use pip install . to install.

set kernel and session config

# set into `jupyter_notebook_config.py`

# kernel settings
from embarkTools.kernel import PGKernelManager
c.NotebookApp.kernel_manager_class = PGKernelManager

# session settings
from embarkTools.session import PGSessionManager
c.NotebookApp.session_manager_class = PGSessionManager