Commit f4a312b5 authored by MichaelAng's avatar MichaelAng

[ban-265] initial skelly

parents
.ipynb_checkpoints
\ No newline at end of file
FROM quay.io/jupyter/datascience-notebook:2024-01-15
# Quick Start
```
docker run -it --rm -p 8888:8888 -v "${PWD}":/home/jovyan/work quay.io/jupyter/datascience-notebook:2024-01-15
```
# Source Stack
https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html
\ No newline at end of file
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "3e220b9e-90bc-45d9-9894-93e20fd3bff2",
"metadata": {},
"outputs": [],
"source": [
"print('Hello World')"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment