This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM jupyter/minimal-notebook | |
| RUN pip --no-cache install git+https://github.com/jupyterhub/jupyter-server-proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| GIST=d72b396c491fe1348bc1d9badfdcce81 | |
| git clone https://gist.github.com/$GIST.git | |
| cd $GIST | |
| source run.sh |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| USER_NAME=${USER_NAME:-test} | |
| USER_PWD=${USER_NAME:-letmein} | |
| apt-get update && apt-get install -y nginx apache2-utils | |
| htpasswd -b -c /etc/nginx/.htpasswd $USER_NAME $USER_PWD | |
| sudo ufw allow 'Nginx Full' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
| <title>Thebe Lab examples</title> | |
| <link rel="stylesheet" type="text/css" href="index.css" /> | |
| <!-- Configure and load Thebe !--> | |
| <script type="text/x-thebe-config"> | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \draw [one to one] (0,0) -- (12,0) node[midway, above] {can't work out the layout} ; | |
| \draw [one to one] (0,2) -- (5,2) node[midway, above] {one to one} ; | |
| \draw [many to many] (7,2) -- (12,2) node[midway, above] {many to many} ; | |
| \draw [many to one] (0,4) -- (5,4) node[midway, above] {many to one} ; | |
| \draw [one to many] (7,4) -- (12,4) node[midway, above] {one to many} ; | |
| \draw [many to oone] (0,6) -- (5,6) node[midway, above] {many to oone} ; | |
| \draw [oone to many] (7,6) -- (12,6) node[midway, above] {oone to many} ; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.