mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
The application author creates a JupyterLab build on their machine using the core JupyterLab application. They can then serve their files by subclassing the LabServerApp with the appropriate configuration and creating a Python entry point that launches the app. WWW: https://jupyter.org/ WWW: https://github.com/jupyterlab/jupyterlab_server
7 lines
342 B
Text
7 lines
342 B
Text
The application author creates a JupyterLab build on their machine using the
|
|
core JupyterLab application. They can then serve their files by subclassing the
|
|
LabServerApp with the appropriate configuration and creating a Python entry
|
|
point that launches the app.
|
|
|
|
WWW: https://jupyter.org/
|
|
WWW: https://github.com/jupyterlab/jupyterlab_server
|