jupyter_to_medium
jupyter_to_medium copied to clipboard
Need a Google Colab implementation of this extension
It would be great if this tool can be extended to export notebooks from Goole Colab to Medium.
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.
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?