Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Jan 15, 2024
1 parent 000d09b commit a6e5b0d
Show file tree
Hide file tree
Showing 31 changed files with 66 additions and 6,310 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ dmypy.json
# jupyterlite
*.doit.db
_output

# pycharm
.idea
30 changes: 3 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
# JupyterLite Demo
# OpenSourceCourse JupyterLite Hub

[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlite.github.io/demo)
Welcome to OpenSourceCourse's JupyterLite hub.

JupyterLite deployed as a static site to GitHub Pages, for demo purposes.

## ✨ Try it in your browser ✨

➡️ **https://jupyterlite.github.io/demo**

![github-pages](https://user-images.githubusercontent.com/591645/120649478-18258400-c47d-11eb-80e5-185e52ff2702.gif)

## Requirements

JupyterLite is being tested against modern web browsers:

- Firefox 90+
- Chromium 89+

## Deploy your JupyterLite website on GitHub Pages

Check out the guide on the JupyterLite documentation: https://jupyterlite.readthedocs.io/en/latest/quickstart/deploy.html

## Further Information and Updates

For more info, keep an eye on the JupyterLite documentation:

- How-to Guides: https://jupyterlite.readthedocs.io/en/latest/howto/index.html
- Reference: https://jupyterlite.readthedocs.io/en/latest/reference/index.html
This contains a collection of exercises for various modules.
1 change: 0 additions & 1 deletion content/data/Museums_in_DC.geojson

This file was deleted.

54 changes: 0 additions & 54 deletions content/data/bar.vl.json

This file was deleted.

8 changes: 0 additions & 8 deletions content/data/fasta-example.fasta

This file was deleted.

151 changes: 0 additions & 151 deletions content/data/iris.csv

This file was deleted.

Binary file removed content/data/matplotlib.png
Binary file not shown.
60 changes: 60 additions & 0 deletions content/data_types.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"# Datatypes exercise \n",
"Follow the instructions in the following cells. If the test cells run without issues your code is good to go. "
],
"metadata": {
"collapsed": false
},
"id": "1b1eaf6b58768c53"
},
{
"cell_type": "code",
"outputs": [],
"source": [
"# Complete the following function \n",
"def func(): \n",
" pass"
],
"metadata": {
"collapsed": true,
"is_executing": true
},
"id": "initial_id",
"execution_count": null
},
{
"cell_type": "code",
"outputs": [],
"source": [],
"metadata": {
"collapsed": false
},
"id": "a3391f06e70a65b2"
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Loading

0 comments on commit a6e5b0d

Please sign in to comment.