deephaven_enterprise.notebook¶
- exec_notebook(db, path, globals=None)[source]¶
Attempt to exec a Notebook
- Parameters:
- Return type:
script session available use “globals()”
- meta_import(db, root='notebook')[source]¶
Set up a meta importer to enable using a Python import statement that references Deephaven Web console notebooks.
For example, after calling ‘meta_import(db, “notebook”)’; you can then call ‘import notebook.file’ to make the “/file.py” in your Web File Explorer available as a Python module.