Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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 @jupyterlab/hub-extension demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.