Marcos Bujosa
Marcos Bujosa
This is the output from the terminal when I run jupyter nbconvert "Lecc01.org" --to slides --post serve [NbConvertApp] Converting notebook Lecc01.org to slides Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nbformat/reader.py",...
Of course... [Example.zip](https://github.com/user-attachments/files/16228252/Example.zip) ... and thank you again.
This is another example... [AnotherExample.zip](https://github.com/user-attachments/files/16274159/AnotherExample.zip) ??
Thank you very much again. I have installed JupyterLab to do the checks you suggested. But now Scimax has stopped exporting the notebooks to Jupyter. When I try, I get...
Ah!... and it seems that JupyterLab opens all the .ipynb files (but at this moment I can't test trying to generate an .ipynb from Scimax, see that I get the...
Both the command "M-x ox-ipynb-export-to-ipynb-buffer" and the command "M-x ox-ipynb-export-to-ipynb-file" have worked without errors. Unfortunately, since I installed JupyterLab, the jupyter command doesn't work. When I execute "jupyter notebook file.ipynb,"...
This is what I get #+BEGIN_SRC sh jupyter --version #+END_SRC #+RESULTS: | Selected | Jupyter | core | packages... | | IPython | : | 8.5.0 | | | ipykernel...
With this pip3 install --user notebook==6.5.6 --break-system-packages taken from this https://stackoverflow.com/questions/77549493/modulenotfounderror-no-module-named-jupyter-server-contents now jupyter notebook runs. So now: - Both the command "M-x ox-ipynb-export-to-ipynb-buffer" and the command "M-x ox-ipynb-export-to-ipynb-file" have worked...