Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Mar 25, 2020
1 parent 1b992cb commit c3bbe3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
29 changes: 8 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@

The Jupyter Server provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila.

## Installation and Basic usage
For more information, read our [documentation here](http://jupyter-server.readthedocs.io/en/latest/?badge=latest).

You can find the installation documentation for the
[Jupyter platform, on ReadTheDocs](https://jupyter.readthedocs.io/en/latest/install.html).
The documentation for advanced usage of Jupyter notebook can be found
[here](https://jupyter-server.readthedocs.io/en/latest/).
## Installation and Basic usage

To install the latest release locally, make sure you have
[pip installed](https://pip.readthedocs.io/en/stable/installing/) and run:
Expand All @@ -26,22 +23,12 @@ Launch Jupyter Server by calling:

If you are interested in contributing to the project, see [`CONTRIBUTING.rst`](CONTRIBUTING.rst).

## Weekly Dev Meeting

We have videoconference meetings every week where we discuss what we have been working on and get feedback from one another.

Anyone is welcome to attend, if they would like to discuss a topic or just to listen in.
## Team Meetings and Roadmap

When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
Where: [calpoly/jupyter Zoom](https://calpoly.zoom.us/my/jupyter)
What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)
We meet weekly on Zoom! Anyone is welcome to attend.

## Resources
* When: Thursdays [8:00am, Pacific time](https://www.thetimezoneconverter.com/?t=8%3A00%20am&tz=San%20Francisco&)
* Where: [Jupyter Zoom](https://calpoly.zoom.us/my/jupyter)
* What: [Meeting notes](https://github.com/jupyter/jupyter_server/issues/126)

- [Project Jupyter website](https://jupyter.org)
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
- [Documentation for Jupyter Server](https://jupyter-server.readthedocs.io/en/latest/) [[PDF](https://media.readthedocs.org/pdf/jupyter-server/latest/jupyter-server.pdf)]
- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/)
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html) [[PDF](https://media.readthedocs.org/pdf/jupyter/latest/jupyter.pdf)]
- [Issues](https://github.com/jupyter/jupyter-server/issues)
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)
See our tentative [roadmap here](https://github.com/jupyter/jupyter_server/issues/127).
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Jupyter Server
==============

Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_—to Jupyter applications.
Jupyter Server is the backend—the core services, APIs, and `REST endpoints`_—to Jupyter web applications.

.. note::

Expand Down

0 comments on commit c3bbe3e

Please sign in to comment.