
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
jupyterlab-open-warning
Advanced tools
JupyterLab extension to display a warning dialog when opening a file that another user has open.
JupyterLab extension to display a warning dialog when opening a file that another user has open.
Install the latest version of JupyterLab Open Warning using pip:
pip install -U jupyterlab-open-warning
This extension should run alongside JupyterLab version 4 and the JupyterLab Real-Time Collaboration extension.
To automatically install along with Real-Time Collaboration, use the rtc extra:
pip install -U "jupyterlab-open-warning[rtc]"
While the Real-Time Collaboration extension is required in order to display open warning dialogs, the collaboration functionality can be disabled by running JupyterLab with the following option:
jupyter lab --YDocExtension.disable_rtc True
To develop, the following dependencies must be installed:
To build the extension and start up a JupyterLab server for development, run:
hatch run dev
When the source code changes, the extension should be automatically rebuilt, and the updated extension will be used when the page is reloaded.
[!NOTE]
On Windows, symbolic links must be activated forhatch run devto work. On Windows 10 or above, this can be done by activating developer mode.Alternatively, you can run
hatch run clean hatch env remove default hatch run jupyter labto completely reinstall the extension and start JupyterLab each time the source code changes.
FAQs
JupyterLab extension to display a warning dialog when opening a file that another user has open.
We found that jupyterlab-open-warning demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.