jupyter_to_medium
jupyter_to_medium copied to clipboard
Apple M1: Installing the package results in 500 internal server error. With possible fix.
I'm using miniconda and I already have jupyter notebook installed using pip install notebook. Then when I install jupyter_to_medium using conda, I encounter a 500 internal server error while opening up the notebook. Even after that, I couldn't even load up jupyter.
After a lot of googling I found something that works: First uninstall jupyter notebook.
Then install the package using conda install -c conda-forge jupyter_to_medium
Then install jupyter notebook using pip install notebook.
Upgrade nbconvert using pip install nbconvert --upgrade
Hopefully this is somehow integrated in an update.
Thanks again for the wonderful package :)