Link between notebooks
I wonder if it is possible to link two notebooks. That is open a notebook aware of the code in an other ?
I wonder if it is possible to link two notebooks. That is open a notebook aware of the code in an other ?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-01-24 10:39:08 +0100
Seen: 123 times
Last updated: Jan 24 '21
How to configure jupyter for Sage-specific use?
add entire tab column in Jupyter notebook? [closed]
Sage Notebook crashes immediately
Opening "old" Sage Notebooks in Jupyter: not UTF-8 encoded
Interact layout in Jupyter-Notebook
Convert existing notebook to Jupyter
Sage on Jupyter - socket error
Problems with AMS symbols in Sage, Jupyter [closed]
You are probably looking for the
%run <file.ipynb>
magic command.