
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@datalayer/jupyterlab-hub-extension
Advanced tools
JupyterLab integration for JupyterHub.
This adds a "Hub" menu to JupyterLab that allows a user to log out of JupyterHub or access their JupyterHub control panel. This follows the JupyterLab extension system where an extension is just an npm package, not wrapped in a Python package.
To install this extension into JupyterLab, do the following:
jupyter labextension install @jupyterlab/hub-extension
In jupyterhub_config.py
configure the Spawner to tell the single-user notebook servers to default to Jupyter-Lab:
c.Spawner.default_url = '/lab'
You will also need to start the single user servers in JupyterHub using the following command (that ships with JupyterLab):
jupyter labhub
Alternatively, you can add the following to jupyterhub_config.py
:
c.Spawner.cmd = ['jupyter-labhub']
Note: Additional information may be found in the Zero to JupyterHub Guide for Kubernetes
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app after making changes:
npm run build
jupyter lab build
FAQs
JupyterLab integration for JupyterHub.
We found that @datalayer/jupyterlab-hub-extension demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.