0

I am getting this module not found error when I try to call and execute another jupyter notebook from inside the notebook I'm working in. The line I'm trying to use is %run ./another_jupyterlab_notebook.ipynb.

I tried to pip install nbformat as well as conda install nbformat both in the base and the conda evironment I made to run this notebook. Running pip install nbformat outputted "Requirement already satisfied" listing where the module was. Running conda install nbformat looked like it actually installed (or re-installed?) nbformat but I get the same error as before. Any help is appreciated!

L_M
  • 1
  • 2
  • It sort of looks like [this issue](https://github.com/ipython/ipython/issues/13383)? Inside your notebook, did you try `%pip install nbformat`, restart the kernel, and then retry the `%run ./another_jupyterlab_notebook.ipynb`. – Wayne Mar 17 '23 at 21:15

0 Answers0