Add functionality to save notebooks in Github / Gitlab
under review
lewtun
In Google Colab, one can save notebooks in Github, either to an existing repository or as a gist (see attached screenshot).
Additionally, when viewed on Github, the resulting file has a "open in colab" button that I find extremely useful for running other people's code (see e.g. https://colab.research.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb).
It would be great if a similar functionality could be implemented with Gradient notebooks.
Jared Scheib
under review
Jared Scheib
Love this idea! Thanks lewtun – after some internal discussion, we'd like implement something like this, such as with https://github.com/jupyter/repo2docker. Have you tried that library?
lewtun
Jared Scheib: I've used repo2docker a few times in the past and it's great - another possible alternative is binder (https://mybinder.org/). Is it possible to get the "Save to Github" functionality in Gradient or is that something best left for the future?