Code Monkey home page Code Monkey logo

jupyterlab-tauri's Introduction

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

jupyterlab-tauri's People

Contributors

johann-crabnebula avatar lucasfernog avatar lucasfernog-crabnebula avatar

Stargazers

 avatar

jupyterlab-tauri's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.