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!