Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Framework :: Jupyter PyPI Trove Classifier; gh topics, links of Notebook, Hub, Lab, BinderHub #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ A curated list of awesome [Jupyter](http://jupyter.org/) projects, libraries and
## Contents

- [Awesome Jupyter](#awesome-jupyter)

- [Runtimes/Frontends](#runtimesfrontends)
- [Collaboration/Education](#collaborationeducation)
- [Visualization](#visualization)
Expand All @@ -23,10 +24,12 @@ A curated list of awesome [Jupyter](http://jupyter.org/) projects, libraries and
- [Official Resources and Documentation](#official-resources-and-documentation)
- [Community Resources](#community-resources)
- [Articles/Guides/Tutorials](#articlesguidestutorials)
- [Jupyter Notebook, JupyterHub, JupyterLab](#jupyter-notebook-jupyterhub-jupyterlab)
- [Contributing](#contributing)

- - -


## Runtimes/Frontends

* [Beaker](http://beakernotebook.com/) - Development environment with seamless data transmission from one language to another.
Expand Down Expand Up @@ -137,6 +140,62 @@ A curated list of awesome [Jupyter](http://jupyter.org/) projects, libraries and
* [ResGuides: research with Jupyter](https://www.gitbook.com/book/dansand/resguides-research-with-jupyter/details)
* [Zero to JupyterHub](http://zero-to-jupyterhub.readthedocs.io/en/latest/) - Tutorial to help install and manage JupyterHub.

## Jupyter Notebook, JupyterHub, JupyterLab
- Jupyter Organization
-
- Homepage: https://jupyter.org/
- Homepage: https://jupyter.github.io/
- Community: https://jupyter.org/community
- Help: https://github.com/jupyter/help
- Mailing List: https://groups.google.com/forum/#!forum/jupyter
- Mailing List: https://groups.google.com/forum/#!forum/jupyter-education
- Mailing List: https://groups.google.com/forum/?pli=1#!forum/jupyter-research-facilities
- Chat: https://gitter.im/jupyter/jupyter
- Q&A: http://stackoverflow.com/questions/tagged/jupyter
- Source: https://github.com/jupyter
- Docs: https://jupyter.org/documentation
- Docs: **https://jupyter.readthedocs.io/en/stable/**
- Jupyter Governance
https://github.com/jupyter/governance
- JEP: Jupyter Enhancement Proposal
- https://github.com/jupyter/enhancement-proposals
- Blog: https://blog.jupyter.org/
- Twitter: [@ProjectJupyter](https://twitter.com/ProjectJupyter)
- Jupyter Notebook
-
- Source: https://github.com/jupyter/notebook
- Docs: https://jupyter-notebook.readthedocs.io/en/stable/
- https://github.com/jupyter/jupyter/wiki/A-gallery-of-interesting-Jupyter-Notebooks
- IPython
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of the IPython section looks rather stale. The last IPEP is from 2014 and the wiki looks quite dated too. With the split of the Jupyter and IPython projects, the IPython parts seem less relevant to me. What do you think?

-
- Source: https://github.com/ipython
- Source: https://github.com/ipython/ipython
- Docs: http://github.com/ipython/ipython/wiki
- IPEP: IPython Enhancement Proposal
https://github.com/ipython/ipython/wiki/IPEPs:-IPython-Enhancement-Proposals
- JupyterHub
-
- Source: https://github.com/jupyterhub
- Source: https://github.com/jupyterhub/jupyterhub
- Docs: https://jupyterhub.readthedocs.io/en/stable/
- Docs: https://github.com/jupyterhub/jupyterhub/wiki
- JupyterHub Authenticators: https://github.com/jupyterhub/jupyterhub/wiki/Authenticators
- JupyterHub Spawners: https://github.com/jupyterhub/jupyterhub/wiki/Spawners
- https://zero-to-jupyterhub.readthedocs.io/en/latest/ (with Kubernetes)
- BinderHub
-
- https://mybinder.org/
- Source: https://github.com/jupyterhub/binderhub
- Source: https://github.com/jupyter/repo2docker
- Docs: https://binderhub.readthedocs.io/en/latest/
- Docs: https://repo2docker.readthedocs.io/en/latest/usage.html
- JupyterLab
-
- Source: https://github.com/jupyterlab
- Source: https://github.com/jupyterlab/jupyterlab
- Docs: https://jupyterlab.readthedocs.io/en/stable/
- Docs: https://jupyter.org/documentation

# Contributing

Your contributions are always welcome! Please take a look at the [contribution guidelines](https://github.com/adebar/awesome-jupyter/blob/master/CONTRIBUTING.md) first.