Sign inGet started

Getting started

Welcome to Deepnote

Working with files

Working with Jupyter notebooks

Connecting to data sources

Coding and analysis tools

Working with Jupyter notebooks

Deepnote is compatible with core Jupyter notebook functionalities.

How to import.ipynb files

There are two ways to import .ipynb files into a Deepnote project:

  1. Drag and drop .ipynb files into the NOTEBOOKS section in the right panel.
drag_notebook.png


  1. Click the + button in the NOTEBOOKS section and select the Upload .ipynb file option.
plus_upload.png


How to export .ipynb files

To export a notebook as a .ipynb file, click the three dots next to the notebook in the right panel and select Export as .ipynb.

export_notebook.png

While we do our best to maintain compatibility with Jupyter, specialized blocks in Deepnote cannot be represented exactly in Jupyter (e.g., SQL, chart, input, and rich text blocks). Upon export, queries in SQL blocks will be converted to a string representation and rich text blocks will be converted to Markdown.