How to open a Jupyter notebook by double-clicking

Top 5 Python Tools
In this post, we will run through how you can double-click a Jupyter notebook to open it. Jupyter notebooks are one way engineers can write and execute Python code. But when you double-click a Jupyter notebook on your computer, it probably doesn't open or it opens in notepad at looks like nonsense. Learn how to open Jupyter notebooks by double-clicking using the steps in this post.

more ...



Add a custom login page and assignments directory for each user on a Jupyter Hub server

This is the seventh part of a multi-part series that shows how to set up Jupyter Hub for a college class. In this post, we build a pre-spawn hook that creates an "assignments" and "notes" directory with pre-constructed assignments and notes for each JupyterHub user. We also build a custom login pages that looks much more like our college login page and contains helpful links.

more ...

Adding Google OAuth and system service to a Jupyter Hub server

This is the sixth part of a multi-part series that shows how to set up Jupyter Hub for a college class. In this post, we will set up jupyterhub to run as a system service in the background which will allow us to work on the server and run jupyterhub at the same time. Then we will add an authentication system so that users can log into our Jupyter Hub server using github usernames and passwords. Finally we will modify the authentication system so that users can log into our Jupyer Hub server using their google usernames and passwords. The same user name and password a student uses to access their college email.

more ...