Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Download actual notebook from JupyterLab

In classic Jupyter Notebook File -> Download as has a Notebook (.ipynb) option to download the original notebook source.

JupyterLab only seems to have File -> Export Notebook As ... only offers non Notebook options. Is there a simple way to download the actual notebook from JupyterLab

like image 493
Daniel Mahler Avatar asked Jun 03 '19 16:06

Daniel Mahler


People also ask

How do I export a notebook from Jupyter?

The Jupyter Notebook has an option to export the notebook to many formats. It can be accessed by clicking File -> Download as -> PDF via LaTeX (or PDF via HTML - not visible in the screenshot).

Where are JupyterLab notebooks saved?

On Linux and other free desktop platforms, these runtime files are stored in $XDG_RUNTIME_DIR/jupyter by default. On other platforms, it's a runtime/ subdirectory of the user's data directory (second row of the table above).


1 Answers

In Jupyter Lab, on the left side, there is tab "Files", which will show the directory structure. In that, right click on the Jupyter Notebook and there would be a option to download it.

like image 63
vb_rises Avatar answered Sep 29 '22 07:09

vb_rises