|
1 | 1 | # Jupyter Server
|
2 | 2 |
|
3 |
| -[](https://groups.google.com/forum/#!forum/jupyter) |
4 | 3 | [](https://github.com/jupyter/jupyter_server/actions)
|
5 | 4 | [](http://jupyter-server.readthedocs.io/en/latest/?badge=latest)
|
6 | 5 |
|
7 |
| -The Jupyter Server provides the backend for Jupyter web applications such as |
8 |
| -the Jupyter notebook and JupyterLab. |
| 6 | +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. |
9 | 7 |
|
10 |
| -**jupyter_server is an early developer preview, and is not suitable for general |
11 |
| -usage yet. Features and implementation are subject to change. Please use the |
12 |
| -stable [notebook server](https://github.com/jupyter/notebook) for production |
13 |
| -usecases.** |
| 8 | +For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest). |
14 | 9 |
|
15 |
| -Read more on the Jupyter Server [roadmap](https://github.com/jupyter/jupyter_server/issues/127). |
16 |
| - |
17 |
| -## Installation |
18 |
| - |
19 |
| -You can find the installation documentation for the |
20 |
| -[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html). |
21 |
| -The documentation for advanced usage of Jupyter notebook can be found |
22 |
| -[here](https://jupyter-server.readthedocs.io/en/latest/). |
| 10 | +## Installation and Basic usage |
23 | 11 |
|
24 | 12 | To install the latest release locally, make sure you have
|
25 | 13 | [pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
|
@@ -54,34 +42,18 @@ Launch with:
|
54 | 42 |
|
55 | 43 | $ jupyter server
|
56 | 44 |
|
57 |
| -### Running in a remote installation |
58 |
| - |
59 |
| -You need some configuration before starting Jupyter server remotely. See [Running a Jupyter server](http://jupyter-server.readthedocs.io/en/stable/public_server.html). |
60 |
| - |
61 |
| -## Development Installation |
62 |
| - |
63 |
| -See [`CONTRIBUTING.rst`](CONTRIBUTING.rst) for how to set up a local development installation. |
64 |
| - |
65 | 45 | ## Contributing
|
66 | 46 |
|
67 | 47 | If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](CONTRIBUTING.rst).
|
68 | 48 |
|
69 |
| -## Weekly Dev Meeting |
70 |
| - |
71 |
| -We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another. |
72 |
| - |
73 |
| -Anyone is welcome to attend, if they would like to discuss a topic or just to listen in. |
| 49 | +## Team Meetings and Roadmap |
74 | 50 |
|
75 | 51 | When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
|
76 | 52 | Where: [calpoly/jupyter Zoom](https://zoom.us/my/jovyan)
|
77 | 53 | What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)
|
78 | 54 |
|
79 |
| -## Resources |
| 55 | +* When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&) |
| 56 | +* Where: [Jupyter Zoom](https://calpoly.zoom.us/my/jupyter) |
| 57 | +* What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126) |
80 | 58 |
|
81 |
| -- [Project Jupyter website](https://jupyter.org) |
82 |
| -- [Online Demo at try.jupyter.org](https://try.jupyter.org) |
83 |
| -- [Documentation for Jupyter Server](https://jupyter-server.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-server/latest/jupyter-server.pdf)] |
84 |
| -- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/) |
85 |
| -- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)] |
86 |
| -- [Issues](https://github.com/jupyter/jupyter-server/issues) |
87 |
| -- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter) |
| 59 | +See our tentative [roadmap here](https://github.com/jupyter/jupyter_server/issues/127). |
0 commit comments