About 50 results
Open links in new tab
  1. Develop Extensions — JupyterLab 4.4.1 documentation - Read the …

    In this case, the extension developer uses tools provided by JupyterLab to compile a source extension into a JavaScript bundle that includes the non-JupyterLab JavaScript dependencies, then distributes the resulting bundle in, for example, a Python pip or conda package.

  2. Extensions — JupyterLab 4.4.1 documentation - Read the Docs

    A JupyterLab extension contains JavaScript that is installed into Jupyterlab and run in the browser. An extension contains one or more plugins that extend JupyterLab. The preferred JupyterLab extension type is a prebuilt extension because it does not require rebuilding JupyterLab JavaScript files.

  3. @jupyterlab - Read the Docs

    JupyterLab is the next-generation user interface for Project Jupyter offering all the familiar building blocks of the classic Jupyter Notebook (notebook, terminal, text editor, file browser, rich outputs, etc.) in a flexible and powerful user interface.

  4. javascript-extension - v4.3.6 | @jupyterlab - Read the Docs

    javascript-extension. A JupyterLab extension for running Javascript from a notebook in JupyterLab. This extension is in the official JupyterLab distribution. Usage from IPython.display import Javascript Javascript('alert("hello world");') Copy Development. See the JupyterLab Contributor Documentation. Index Classes

  5. Installation — JupyterLab 4.4.1 documentation - Read the Docs

    Jupyverse is a next-generation Jupyter server based on FastAPI. It can be used instead of jupyter-server, the Jupyter server installed by default with JupyterLab. Note that jupyter-server extensions won’t work with jupyverse (for which there might be equivalent plugins). You can install jupyverse with pip:

  6. Starting JupyterLab — JupyterLab 4.4.1 documentation - Read the …

    jupyter lab JupyterLab will open automatically in your browser. If your notebook files are not in the current directory, you can pass your working directory path as argument when starting JupyterLab.

  7. Extension Tutorial — JupyterLab 3.6.8 documentation - Read the …

    Jul 24, 2015 · This tutorial uses jlpm to install Javascript packages and run build commands, which is JupyterLab’s bundled version of yarn. If you prefer, you can use another Javascript package manager like npm or yarn itself.

  8. The JupyterLab Interface — JupyterLab 4.4.1 documentation

    The JupyterLab Interface#. JupyterLab provides flexible building blocks for interactive, exploratory computing. While JupyterLab has many features found in traditional integrated development environments (IDEs), it remains focused on interactive, exploratory computing.

  9. Extension Tutorial — JupyterLab 4.4.1 documentation - Read the …

    Jul 24, 2015 · This tutorial uses jlpm to install Javascript packages and run build commands, which is JupyterLab’s bundled version of yarn. If you prefer, you can use another Javascript package manager like npm or yarn itself.

  10. Extensions — JupyterLab 3.6.8 documentation - Read the Docs

    The jupyter labextension command enables you to install or uninstall source extensions from npm, list all installed extensions, or disable any extension. See the help with jupyter labextension --help .

Refresh