asked 2021-01-24 10:39:08 +0200
updated 2021-03-12 20:55:08 +0200
I wonder if it is possible to link two notebooks. That is open a notebook aware of the code in an other ?
You are probably looking for the %run <file.ipynb> magic command.
%run <file.ipynb>
Please start posting anonymously - your entry will be published after you log in or create a new account.
Add Answer
subscribe to rss feed
Asked: 2021-01-24 10:39:08 +0200
Seen: 147 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]
Problems with AMS symbols in Sage, Jupyter
interact button reacting twice
You are probably looking for the
%run <file.ipynb>
magic command.