Getting started
Working with files
Connecting to data sources
Coding and analysis tools
Collaboration
Security and privacy
Deepnote for education
Additional resources
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:
- Drag and drop
.ipynb
files into the NOTEBOOKS section in the right panel.
- Click the + button in the NOTEBOOKS section and select the Upload .ipynb file option.
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.
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.