|
1 |
| -# JupyterLite Demo |
2 |
| - |
3 | 1 | [](https://jupyterlite.github.io/demo)
|
4 | 2 |
|
5 |
| -JupyterLite deployed as a static site to GitHub Pages, for demo purposes. |
6 |
| - |
7 |
| -## Instructions for Deployment |
8 |
| - |
9 |
| -- **➡️ See: Deploy your first JupyterLite website on GitHub Pages** |
10 |
| -- **https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html#deploy-your-first-jupyterlite-website-on-github-pages** |
11 |
| - |
12 |
| -## ✨ Try it in your browser ✨ |
13 |
| - |
14 |
| -➡️ **https://jupyterlite.github.io/demo** |
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| -## Requirements |
19 |
| - |
20 |
| -JupyterLite is being tested against modern web browsers: |
21 |
| - |
22 |
| -- Firefox 90+ |
23 |
| -- Chromium 89+ |
24 |
| - |
25 |
| -## Deploy your JupyterLite website on GitHub Pages |
26 |
| - |
27 |
| -Check out the guide on the JupyterLite documentation: https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html |
28 |
| - |
29 |
| -## Further Information and Updates |
30 |
| - |
31 |
| -For more info, keep an eye on the JupyterLite documentation: |
32 |
| - |
33 |
| -- How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html |
34 |
| -- Reference: https://jupyterlite.readthedocs.io/en/latest/reference/index.html |
35 |
| - |
36 |
| -This template provides the Pyodide kernel (`jupyterlite-pyodide-kernel`), the JavaScript kernel (`jupyterlite-javascript-kernel`), and the p5 kernel (`jupyterlite-p5-kernel`), along with other |
37 |
| -optional utilities and extensions to make the JupyterLite experience more enjoyable. See the |
38 |
| -[`requirements.txt` file](requirements.txt) for a list of all the dependencies provided. |
| 3 | +# Machine Learning Projects |
39 | 4 |
|
40 |
| -For a template based on the Xeus kernel, see the [`jupyterlite/xeus-python-demo` repository](https://github.com/jupyterlite/xeus-python-demo) |
| 5 | +This repo contains a sampling of Python Jupyter notebooks I write about on my website. I am using the amazing [JupyterLite](https://github.com/jupyterlite/jupyterlite) to host browser-based interactive Jupyter notebooks. |
41 | 6 |
|
| 7 | +> NOTE: The interactive notebook session is using your device resources and local storage, so |
| 8 | +> this is different from using an online colab site, such as, DeepNote - https://deepnote.com or Google Colab - https://colab.google. |
0 commit comments