Skip to content

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

License

Notifications You must be signed in to change notification settings

embarkchina/embarkTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published