crabnebula-dev / jupyterlab-tauri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JupyterLab + Tauri

A desktop application for JupyterLab, based on Tauri.

The application installs JupyterLab on its own Python environment. The env path is:

  • $HOME/Library/org.jupyter.lab/jupyterServer on macOS.
  • $XDG_DATA_HOME/org.jupyter.lab/jupyterServer or $HOME/.local/share/org.jupyter.lab/jupyterServer or $HOME/jupyterServer on Linux.
  • {FOLDERID_LocalAppData}/org.jupyter.lab/jupyterServer or {FOLDERID_Profile}/jupyterServer on Windows.

Build dependencies

  • conda

    Install version 22.11.1 from the archive.

  • (conda) Constructor to bundle JupyterLab Desktop Server into the stand-alone application. You can install Constructor using:

    conda install -c conda-forge constructor
    Windows 10 requirement

    For some reason on Windows 10 the pillow package crashes on a missing _imagine DLL. So you will have to change the pillow version manually with the following command:

    conda install -c conda-forge pillow=9.0.0
  • NodeJS

    You can install from https://nodejs.org/en/download/ or run:

    conda install -c conda-forge nodejs
  • Yarn

    Install using

    npm install --global yarn

About

License:MIT License


Languages

Language:Rust 57.1%Language:Svelte 23.1%Language:JavaScript 9.6%Language:TypeScript 5.8%Language:CSS 2.8%Language:HTML 1.6%