All Projects → jupyterhub → The Littlest Jupyterhub

jupyterhub / The Littlest Jupyterhub

Licence: bsd-3-clause
Simple JupyterHub distribution for 1-100 users on a single server

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to The Littlest Jupyterhub

Math Worksheet Generator
Create basic addition, subtraction, multiplication and division practice questions with the answer sheet
Stars: ✭ 438 (-31.56%)
Mutual labels:  education
Autolab
Course management service that enables auto-graded programming assignments.
Stars: ✭ 528 (-17.5%)
Mutual labels:  education
Appjar
Simple Tkinter GUIs in Python
Stars: ✭ 565 (-11.72%)
Mutual labels:  education
Uexam
学之思在线考试系统,支持多种题型:选择题、多选题、判断题、填空题、解答题以及数学公式,包含PC端、小程序端,扩展性强,部署方便、界面设计友好、代码结构清晰
Stars: ✭ 473 (-26.09%)
Mutual labels:  education
Pxt Microbit
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
Stars: ✭ 501 (-21.72%)
Mutual labels:  education
Awesome Python In Education
A curated list about Python in Education 🐍 🎓
Stars: ✭ 535 (-16.41%)
Mutual labels:  education
Rars
RARS -- RISC-V Assembler and Runtime Simulator
Stars: ✭ 413 (-35.47%)
Mutual labels:  education
Datascience Box
Data Science Course in a Box
Stars: ✭ 629 (-1.72%)
Mutual labels:  education
School Management System
Another School Management System
Stars: ✭ 520 (-18.75%)
Mutual labels:  education
Website
The train engine powering the Coding Train website
Stars: ✭ 5,313 (+730.16%)
Mutual labels:  education
30 Seconds Of Swift Code
A Swift implementation of 30-seconds-of-code: A curated collection of useful Swift 4 snippets that you can understand in 30 seconds or less.
Stars: ✭ 476 (-25.62%)
Mutual labels:  education
Jupyterhub Deploy Docker
Reference deployment of JupyterHub with docker
Stars: ✭ 479 (-25.16%)
Mutual labels:  jupyterhub
Comunidade
Informações sobre a comunidade da Rocketseat
Stars: ✭ 546 (-14.69%)
Mutual labels:  education
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (-31.41%)
Mutual labels:  education
Ripes
A graphical processor simulator and assembly editor for the RISC-V ISA
Stars: ✭ 584 (-8.75%)
Mutual labels:  education
Joeynmt
Minimalist NMT for educational purposes
Stars: ✭ 420 (-34.37%)
Mutual labels:  education
Science Journal Ios
Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
Stars: ✭ 531 (-17.03%)
Mutual labels:  education
A Tale Of Three Lists
Comparing various async patterns for a single demo
Stars: ✭ 639 (-0.16%)
Mutual labels:  education
Curriculum
👩‍🏫 👨‍🏫 The open-source curriculum of Enki!
Stars: ✭ 624 (-2.5%)
Mutual labels:  education
Es6 For Humans
A kickstarter guide to writing ES6
Stars: ✭ 5,170 (+707.81%)
Mutual labels:  education

======================= The Littlest JupyterHub

.. image:: https://circleci.com/gh/jupyterhub/the-littlest-jupyterhub.svg?style=shield :target: https://circleci.com/gh/jupyterhub/the-littlest-jupyterhub .. image:: https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub/branch/master/graph/badge.svg :target: https://codecov.io/gh/jupyterhub/the-littlest-jupyterhub .. image:: https://readthedocs.org/projects/the-littlest-jupyterhub/badge/?version=latest :target: https://the-littlest-jupyterhub.readthedocs.io .. image:: https://badges.gitter.im/jupyterhub/jupyterhub.svg :target: https://gitter.im/jupyterhub/jupyterhub .. image:: https://img.shields.io/badge/I_want_to_contribute!-grey?logo=jupyter :target: https://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/index.html

The Littlest JupyterHub (TLJH) distribution helps you provide Jupyter Notebooks to 1-100 users on a single server.

The primary audience are people who do not consider themselves 'system administrators' but would like to provide hosted Jupyter Notebooks for their students or users. All users are provided with the same environment, and administrators can easily install libraries into this environment without any specialized knowledge.

See the latest documentation <https://the-littlest-jupyterhub.readthedocs.io>_ for more information on using The Littlest JupyterHub.

For support questions please search or post to our forum <https://discourse.jupyter.org/c/jupyterhub/>_.

See the contributing guide <https://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/index.html>_ for information on the different ways of contributing to The Littlest JupyterHub.

See this blog post <http://words.yuvi.in/post/the-littlest-jupyterhub/>_ for more information.

Development Status

This project is currently in beta state. Folks have been using installations of TLJH for more than a year now to great success. While we try hard not to, we might still make breaking changes that have no clear upgrade pathway.

Installation

The Littlest JupyterHub (TLJH) can run on any server that is running at least Ubuntu 18.04. Earlier versions of Ubuntu are not supported. We have several tutorials to get you started.

  • Tutorials to create a new server from scratch on a cloud provider & run TLJH on it. These are recommended if you do not have much experience setting up servers.

    • Digital Ocean <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/digitalocean.html>_
    • OVH <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/ovh.html>_
    • Google Cloud <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/google.html>_
    • Jetstream <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/jetstream.html>_
    • Amazon Web Services <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/amazon.html>_
    • Microsoft Azure <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/azure.html>_
    • ... your favorite provider here, if you can contribute!
  • Tutorial to install TLJH on an already running server you have root access to <https://the-littlest-jupyterhub.readthedocs.io/en/latest/install/custom-server.html>_. You should use this if your cloud provider does not already have a direct tutorial, or if you have experience setting up servers.

Documentation

Our latest documentation is at: https://the-littlest-jupyterhub.readthedocs.io

We place a high importance on consistency, readability and completeness of documentation. If a feature is not documented, it does not exist. If a behavior is not documented, it is a bug! We try to treat our documentation like we treat our code: we aim to improve it as often as possible.

If something is confusing to you in the documentation, it is a bug. We would be happy if you could file an issue <https://github.com/jupyterhub/the-littlest-jupyterhub/issues>_ about it - or even better, contribute a documentation fix <http://the-littlest-jupyterhub.readthedocs.io/en/latest/contributing/docs.html>_!

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].