Git Product home page Git Product logo

jupyter_server's Introduction

Jupyter Server

Build Status Documentation Status

The Jupyter Server provides the backend (i.e. the core services, APIs, and REST endpoints) for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.

For more information, read our documentation here.

Installation and Basic usage

To install the latest release locally, make sure you have pip installed and run:

$ pip install jupyter_server

Jupyter Server currently supports Python>=3.6 on Linux, OSX and Windows.

Versioning and Branches

If Jupyter Server is a dependency of your project/application, it is important that you pin it to a version that works for your application. Currently, Jupyter Server only has minor and patch versions. Different minor versions likely include API-changes while patch versions do not change API.

When a new minor version in released on PyPI, a branch for that version will be created in this repository, and the version of the master branch will be bumped to the next minor version number. That way, the master branch always reflects the latest un-released version.

To see the changes between releases, checkout the CHANGELOG.

Usage - Running Jupyter Server

Running in a local installation

Launch with:

$ jupyter server

Testing

To test an installed jupyter_server, run the following:

$ pip install jupyter_server[test]
$ pytest --pyargs jupyter_server

Contributing

If you are interested in contributing to the project, see CONTRIBUTING.rst.

Team Meetings and Roadmap

See our tentative roadmap here.

jupyter_server's People

Contributors

ashleytqy avatar blink1073 avatar bollwyvl avatar captainsafia avatar carreau avatar chronitis avatar ckilcrease avatar echarles avatar ellisonbg avatar fperez avatar gnestor avatar ivanov avatar jakirkham avatar jasongrout avatar jdfreder avatar jhamrick avatar julienr avatar kevin-bates avatar mathieu1 avatar mgeier avatar minrk avatar mpacer avatar parente avatar rgbkrk avatar sheshtawy avatar ssanderson avatar sylvaincorlay avatar takluyver avatar willingc avatar zsailer avatar

Watchers

 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.