You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like this idea, and was doing some quick digging. I came across Jupytext which may help.
The following converts the .konchrc file to a notebook: konchrc = jupytext.readf('.konchrc', fmt='py') jupytext.writef(konchrc, 'konchrc.ipynb', fmt='ipynb')
Let me know your thoughts and I would be happy to try to help move this along.
I just learned that IPython (and Jupyter) use Traitlets.
Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and ‘on change’ callbacks.
The package also includes a mechanism to use traitlets for configuration, loading values from files or from command line arguments.
This should open a Jupyter notebook with `context included.
The text was updated successfully, but these errors were encountered: