Skip to content

0.2.14 - Saving a notebook

Compare
Choose a tag to compare
@kbolashev kbolashev released this 15 May 11:59
· 1017 commits to master since this release
b69f253

Now if you're working in Colab/Jupyter and want to save your progress to a DagsHub repo, you can do it!

from dagshub.notebook import save_notebook
save_notebook("user/repository", "my_notebook.ipynb")