Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Nexaris Jupyter NotebookNew to Visual Studio Code? Get it now.
Nexaris Jupyter Notebook

Nexaris Jupyter Notebook

jayanth

|
1 install
| (0) | Free
Jupyter Notebook integration for VS Code with nexaris backend
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nexaris Jupyter Notebook

VS Code Marketplace Python Version License

Nexaris Jupyter Notebook is a Visual Studio Code extension designed to bring the full power of Jupyter Lab to your VS Code environment. Run interactive Python notebooks, visualize data dynamically, embed images seamlessly, and connect directly to Nexaris servers for advanced computation — all without leaving your editor.


Features

  • Run Jupyter Notebooks: Execute Python code cells interactively with real-time output.
  • Embed Images: Easily insert images in Markdown or Python code cells.
  • Interactive Visualizations: Use Matplotlib, Seaborn, and other libraries to create dynamic charts and graphs.
  • Customizable Settings: Configure your workflow with personalized settings.
  • Nexaris Server Integration: Connect notebooks directly to Nexaris kernels for remote computation and collaboration.
  • Workspace Initialization: Quickly set up your workspace with all your files ready to go.

Getting Started

Requirements

  • Visual Studio Code: Version 1.60 or higher
  • Python: Version 3.6 or higher
  • Jupyter Extension for VS Code: Install from the VS Code Marketplace
  • Pillow Library:
pip install Pillow
  • IPython:
pip install ipython

Ensure your Python environment is properly configured in VS Code.


Initializing Your Nexaris Workspace

Open VS Code and run the following command in the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):

> Nexaris: Initialize Workspace

This will:

  1. Create a dedicated workspace folder for your notebooks.
  2. Load all available project files automatically.
  3. Prepare the environment to connect seamlessly with Nexaris servers.

Connecting to Nexaris Kernel

  1. Open a notebook (.ipynb).
  2. Click Select Kernel in the top-right corner.
  3. Choose Nexaris Server Kernel.
  4. Authenticate if required, and your notebook will now run on the Nexaris server.

Tip: You can configure a custom server URL in settings if your organization hosts private Nexaris servers.


Extension Settings

Configure Nexaris Jupyter Notebook in Settings > search nexaris:

Setting Description Default
nexaris.enable Enable or disable the extension true
nexaris.imageDefaultSize Default width & height for embedded images (e.g., "300,300") "300,300"
nexaris.serverURL Custom Nexaris server URL for notebook execution "http://localhost:8888"

Known Issues

  • Image Drag-and-Drop: May not work on VS Code <1.65. Update to resolve.
  • Large Images: Embedding large images (>10KB) as Base64 can cause lag; consider external URLs.
  • HTML Export: Embedded images may fail to render. Use absolute paths or Base64 encoding.

Report any issues on our GitHub Issues page.


Release Notes

1.0.0

  • Initial release with Nexaris server kernel support, image embedding, and visualization features.

1.1.0

  • Workspace initialization command added.
  • Enhanced image resizing.
  • Optimized performance for notebooks with multiple images.

1.2.0

  • Direct connection to Nexaris server kernels.
  • Automatic file loading on workspace initialization.

Learn More

  • Visual Studio Code Markdown Support
  • Markdown Syntax Reference
  • Jupyter Notebook Documentation
  • Displaying Images in Jupyter Notebook

Enjoy using Nexaris Jupyter Notebook — your VS Code just got a lot smarter! 🚀

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft