Skip to content

notebook

jupyter_lab

python
def jupyter_lab(envd_port=8888, host_port=0, token="''")

Configure Jupyter Lab.

Arguments:

  • envd_port Optional[int] - port used by envd container (default=8888)
  • host_port Optional[int] - port used by host, if not specified or equals to 0, envd will randomly choose a free port
  • token Optional[str] - access token

jupyter_notebook

python
def jupyter_notebook(envd_port=8888, host_port=0, token="''")

Configure Jupyter Notebook.

Arguments:

  • envd_port Optional[int] - port used by envd container (default=8888)
  • host_port Optional[int] - port used by host, if not specified or equals to 0, envd will randomly choose a free port
  • token Optional[str] - access token

Released under the Apache-2.0 License. Built with VitePress.