All Projects → jupyter-server → Jupyter_server

jupyter-server / Jupyter_server

Licence: other
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Jupyter server

Wire Server
🇪🇺 Wire back-end services
Stars: ✭ 2,392 (+1002.3%)
Mutual labels:  server
Aqueduct
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.
Stars: ✭ 2,412 (+1011.52%)
Mutual labels:  server
Yin
The efficient and elegant JSON:API 1.1 server library for PHP
Stars: ✭ 214 (-1.38%)
Mutual labels:  server
Python For Data Science
A collection of Jupyter Notebooks for learning Python for Data Science.
Stars: ✭ 205 (-5.53%)
Mutual labels:  jupyter
Csharpgameframework
基于unity3d引擎与c#语言的游戏框架/架构(包括客户端与服务器)。使用ServerPlatform作为服务端通信基础设施。
Stars: ✭ 208 (-4.15%)
Mutual labels:  server
Node Dhcp
A DHCP server and client written in pure JavaScript
Stars: ✭ 212 (-2.3%)
Mutual labels:  server
Miniserve
🌟 For when you really just want to serve some files over HTTP right now!
Stars: ✭ 2,894 (+1233.64%)
Mutual labels:  server
Construct
This is The Construct
Stars: ✭ 218 (+0.46%)
Mutual labels:  server
Watsontcp
WatsonTcp is the easiest way to build TCP-based clients and servers in C#.
Stars: ✭ 209 (-3.69%)
Mutual labels:  server
Raid Toolbox
Raid ToolBox (RTB) is a big toolkit of Spamming/Raiding/Token management tools for discord.
Stars: ✭ 211 (-2.76%)
Mutual labels:  server
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+6149.31%)
Mutual labels:  jupyter
Gomint
GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true
Stars: ✭ 208 (-4.15%)
Mutual labels:  server
Pipeline
Node-based automation server
Stars: ✭ 212 (-2.3%)
Mutual labels:  server
Ten Rules Jupyter
Ten Simple Rules for Writing and Sharing Computational Analyses in Jupyter Notebooks
Stars: ✭ 204 (-5.99%)
Mutual labels:  jupyter
Ocsinventory Server
Communication server of OCS Inventory
Stars: ✭ 214 (-1.38%)
Mutual labels:  server
Oksocket
An blocking socket client for Android applications.
Stars: ✭ 2,359 (+987.1%)
Mutual labels:  server
Best Of Jupyter
🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
Stars: ✭ 200 (-7.83%)
Mutual labels:  jupyter
Halo
💫 Beautiful spinners for terminal, IPython and Jupyter
Stars: ✭ 2,532 (+1066.82%)
Mutual labels:  jupyter
Notebooker
Productionise your Jupyter Notebooks as easily as you wrote them.
Stars: ✭ 215 (-0.92%)
Mutual labels:  jupyter
Meghanada Server
A Java IDE Server for your editor. Java IDE-like features to your favourite text editor.
Stars: ✭ 213 (-1.84%)
Mutual labels:  server

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 is 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 jupyter_server

Contributing

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

Team Meetings and Roadmap

See our tentative roadmap here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].