jupyter_to_medium icon indicating copy to clipboard operation
jupyter_to_medium copied to clipboard

Need a Google Colab implementation of this extension

Open ghost opened this issue 4 years ago • 2 comments

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

ghost avatar Nov 25 '21 16:11 ghost

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.

mjam03 avatar Nov 29 '21 07:11 mjam03

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?

simpleParadox avatar May 15 '22 01:05 simpleParadox