dexplo / jupyter_to_medium

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

Need a Google Colab implementation of this extension #41

Open ghost opened 2 years ago

ghost commented 2 years ago

It would be great if this tool can be extended to export notebooks from Goole Colab to Medium.

mjam03 commented 2 years ago

great idea. Let me have a look and see if it's something that is easy to implement - currently I've only ever run notebooks locally or as a jupyterhub instance on behalf of a team.

Alternatively if you have experience feel free to have a look and fire in a pull request.

simpleParadox commented 2 years ago

I guess until an extension is created, the simplest way would be to download the ipynb from google colab and then open it using jupyter notebook locally. Either way, one needs to have jupyter notebook installed locally.

Is a browser extension possible that automatically pulls the ipynb from colab and publishes to medium?