Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Jupyter extension to support RumbleDB development in notebooks. The extension runs the language server for JSONiq to provide code auto-completion, syntax highlighting, and diagnostics.
jsoniq-jupyter-lsp
is a Python package that provides a language server setup for the JSONiq programming language. This package includes the necessary configuration to enable JSONiq to work seamlessly with the JupyterLab Language Server Protocol (LSP) extension, offering rich language features to users of JupyterLab.
You can install the jsoniq-jupyter-lsp
package using pip:
pip install jsoniq-jupyter-lsp
To use the JSONiq language server in JupyterLab, follow these steps:
Install JupyterLab and the JupyterLSP extension:
pip install 'jupyterlab>=4.1.0,<5.0.0a0' jupyterlab-lsp
Install the jsoniq-jupyter-lsp
package:
pip install jsoniq-jupyter-lsp
Start JupyterLab:
jupyter lab
Open a JSONiq file: Open a .jq
or .ipynb
file in JupyterLab to start using the language server features.
By default, jsoniq-jupyter-lsp
will be automatically configured to work with JupyterLab. However, you can customize the configuration if needed.
We welcome contributions to the jsoniq-jupyter-lsp
project! If you have any suggestions, bug reports, or pull requests, please feel free to subapache them on the GitHub repository.
Clone the repository:
git clone https://github.com/DavidBuzatu-Marian/JSONiq-JupyterLabLSP.git
cd jsoniq-jupyter-lsp
Create a virtual environment:
python -m venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
Install the package in development mode:
pip install -e .
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.
FAQs
Jupyter extension to support RumbleDB development in notebooks. The extension runs the language server for JSONiq to provide code auto-completion, syntax highlighting, and diagnostics.
We found that jsoniq-jupyter-lsp 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.