
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.