Higher compatibility with Databricks notebooks.
dbutils.notebook.exit
stops "Running all cells" (DEMO)dbutils.notebook.run
allows to run.py
and.ipynb
files from notebooks in JupyterLab Integration
Note:
- With
dbutils.noteboook.run
the prefixdbfs:/
and the extension.ipynb
or.py
can be omitted - With
%run
the full *POSIX path is necessary (including extension):/dbfs/path/to/notebook.ipynb
- This feature does not use the implementation of Databricks, but is a complete re-implementation for JupyterLab