Skip to content

Commit

Permalink
deploy: ef22118
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 27, 2023
0 parents commit e9633d9
Show file tree
Hide file tree
Showing 22 changed files with 5,123 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
440 changes: 440 additions & 0 deletions index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://nicole-brewer.github.io/jupyter-web-app-template/sitemap.xml
37 changes: 37 additions & 0 deletions search.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"objectID": "index.html",
"href": "index.html",
"title": "How the Little Jupyter Notebook Became a Web App: A Tutorial for Making Your Code and Data More Accessible and Reusable",
"section": "",
"text": "Prior exposure to ipywidgets and/or familiarity with object-oriented programming is recommended. We review the basics of ipywidgets within the first hour and quickly move on to more advanced design principles."
},
{
"objectID": "index.html#prerequisites",
"href": "index.html#prerequisites",
"title": "How the Little Jupyter Notebook Became a Web App: A Tutorial for Making Your Code and Data More Accessible and Reusable",
"section": "",
"text": "Prior exposure to ipywidgets and/or familiarity with object-oriented programming is recommended. We review the basics of ipywidgets within the first hour and quickly move on to more advanced design principles."
},
{
"objectID": "index.html#binder",
"href": "index.html#binder",
"title": "How the Little Jupyter Notebook Became a Web App: A Tutorial for Making Your Code and Data More Accessible and Reusable",
"section": "Binder",
"text": "Binder\nThere are two ways to access this tutorial. You can launch these notebooks in a Binder environment by clicking the badge below. This requires not extra installation on your part. Just click the link and follow along.\n\n\n\nBinder\n\n\n\nHow long will my Binder session last?\nBinder will automatically shut down user sessions that have more than 10 minutes of inactivity (if you leave a jupyterlab window open in the foreground, this will generally be counted as “activity”). Binder tries to guarentee that active sessions will last up to 6 hours.\n\n\nWhat if my session shuts down during a break?\nWe will start from a fresh checkpoint after every break, so if your Binder session ends, you can just restart a new session and the beginning of the next section.\nIf you would like to run this tutorial locally on your own computer, please follow the instructions below."
},
{
"objectID": "index.html#installation-instructions",
"href": "index.html#installation-instructions",
"title": "How the Little Jupyter Notebook Became a Web App: A Tutorial for Making Your Code and Data More Accessible and Reusable",
"section": "Installation Instructions",
"text": "Installation Instructions\n\nClone this repository with git clone jupyter-web-app-template\nIf you don’t have it already, you will need to download and install Miniconda\nRun conda env create -f environment.yml to create a conda environment called jupyter-web-application\nRun conda activate jupyter-web-application to activate the conda environment\nRun jupyter lab to launch JupyterLab"
},
{
"objectID": "index.html#how-to-use",
"href": "index.html#how-to-use",
"title": "How the Little Jupyter Notebook Became a Web App: A Tutorial for Making Your Code and Data More Accessible and Reusable",
"section": "How to use",
"text": "How to use\nWe will follow the notebooks in the tutorial sequentially, starting with 00_getting_started.ipynb. We will then transition to editing notebooks in the nbs directory that contains a full web application. You will be instructed when to do so from the numbered notebooks."
}
]
2,018 changes: 2,018 additions & 0 deletions site_libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file added site_libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
10 changes: 10 additions & 0 deletions site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions site_libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions site_libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions site_libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e9633d9

Please sign in to comment.