Giter Club home page Giter Club logo

jupyter-desktop's Introduction

Jupyter Desktop

Standalone macOS App for Jupyter Lab or Jupyter Notebook

Features

  • A standalone app for your Jupyter Lab / Notebook. No more finding Jupyter Lab under your piles of browser tabs!
  • Directly drag & drop a folder to the Jupter Desktop's Dock icon and launch a Jupyter Lab session. It even kills the Jupyter Lab seesion when you close the window.
  • Support multiple instances.
  • Prefer launching from Terminal? Sure thing.
  • Big Sur ready.

Installation & Usage

Grab a copy from the release page.

You can now open the app, drag & drop a folder to launch a Jupyter Lab there!

If you prefer to launch from terminal, follow the steps below:

Launching from Terminal

You need to generate a configuration file for your Jupyter Lab, if you havn't already.

jupyter lab --generate-config
jupyter notebook --generate-config # or for Notebook

Then you need to add the following line in your configuration file ~/.jupyter/jupyter_notebook_config.py.

c.LabApp.browser = '/Applications/Jupyter\ Desktop.app/Contents/MacOS/Jupyter\ Desktop %s'
c.NotebookApp.browser = '/Applications/Jupyter\ Desktop.app/Contents/MacOS/Jupyter\ Desktop %s' # or also for Notebook

Now you can normally start a Jupyter Lab or Notebook session in terminal.

jupyter lab
# or
jupyter notebook

jupyter-desktop's People

Contributors

alanzchen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.