Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

jupter notebook save session variables

pip install dill

import dill
dill.dump_session('notebook_env.db') # Save variables
dill.load_session('notebook_env.db') # Load variables
Source by www.reddit.com #
 
PREVIOUS NEXT
Tagged: #jupter #notebook #save #session #variables
ADD COMMENT
Topic
Name
9+7 =