dexplo / jupyter_to_medium

Python package for publishing Jupyter Notebooks as Medium blogposts
https://dexplo.org/jupyter_to_medium
MIT License
147 stars 14 forks source link

Notebook kernel keeps dying #49

Closed namiyousef closed 1 year ago

namiyousef commented 2 years ago

Hi,

When I try to use this package, my kernel cannot connect.

Screenshot 2022-02-01 at 21 56 14

Any help with this?

I'm running this on Python 3.7.0 on Big Sur. The only commands I've run on the virtualenv have been: pip install notebook pip install jupyter_to_medium

Because the 'deploy' feature wasn't showing up, I had to try the manual fix jupyter bundlerextension enable --py jupyter_to_medium._bundler --sys-prefix

It now does show, but I am unable to connect to the kernel.

Any help would be appreciated.

mjam03 commented 1 year ago

Hi,

Is this still an issue? If so, can you post more detail about it? I can't replicate anything like that.

Going to close the issue for now - will reopen if you are still having problems and look into it.

Mark