Personal tools
Skip to content. | Skip to navigation
Jupyter Kernel Gateway is a web server that supports different mechanisms for spawning and communicating with Jupyter kernels, such as:* A Jupyter Notebook servercompatible HTTP API used for requesting kernels and talking the Jupyter kernel protocol <https://jupyterclient.readthedocs.org/en/latest/messaging.html>_ with the kernels over Websockets * A HTTP API defined by annotated notebook ...
UNKNOWN
Simple LDAP Authenticator Plugin for JupyterHub You can install it from pip with: ``` pip install jupyterhub-ldapauthenticator ``` Requirements ## I've only tested with python3 - anyone willing to test with python2 is welcome to do so! There's no reason it shouldn't work. You can enable this authenticator with the folling lines in ...
See for more info
Installation | Documentation | Contributing | License | Team | Getting help | JupyterLab An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook and Architecture. 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. JupyterLab can be extended using npm packages that use our public APIs. The prebuilt extensions can be distributed via PyPI, conda, and other package managers. The source extensions can be installed directly from npm (search for jupyterlab-extension) but require an additional build step. You can also find JupyterLab extensions exploring GitHub topic jupyterlab-extension. To learn more about extensions, see the user documentation. Read the current JupyterLab documentation on ReadTheDocs. Getting started Installation If you
jupyterlab_celltagsclasses An extension to expose cell tags as CSS classes Requirements JupyterLab >= 4.0.0 Install To install the extension, execute: pip install jupyterlab_celltagsclasses Uninstall To remove the extension, execute: pip uninstall jupyterlab_celltagsclasses What it does CSS classes each cell has its widget (the DOM element) classes kept in sync in terms of the cell's tags; for example, adding tag foobar will result in the current cell having class cell-tag-foobar added specifically the DOM elements that are decorated have the .jpCell class set by jlab, like so, where we have set tag celltagsclasses-test1 metadata management helper functions it also exports utilities to manage a cell's metadata, specifically for getting, setting or unsetting a key/value pair adding, removing items in a list inside the metadata (e.g. tags) cleaning the metadata for empty/useless items to that effect, see the md_get and similar functions in metadata.ts (that can be imported right f
jupyterlab-dash A JupyterLab extension for rendering Plotly Dash apps as a separate window in JupyterLab :tada: Note:: This extension does not currently support Windows or Python 2 Prerequisites JupyterLab 1.0.0 Dash Installation The jupyterlab-dash library requires both a Python package and a JupyterLab extension. First, install the Python package using either pip... $ pip install "jupyterlab>=1.0" jupyterlab-dash==0.1.0a3 or conda (but not both!). $ conda install -c plotly -c defaults -c conda-forge "jupyterlab>=1.0" jupyterlab-dash=0.1.0a3 Then, install the JupyterLab extension. v6.17.1 of node works, and node 8.x.x or 10+ should also work. $ jupyter labextension install jupyterlab-dash@0.1.0-alpha.3 Development Installation If you'd like to install jupyterlab-dash for development $ git clone https:/github.com/plotly/jupyterlab-dash $ cd jupyterlab-dash $ pip install -e . $ npm install # or yarn