Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Jupyter Readme for notebook sharing #31

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 14 additions & 2 deletions content/jupyter-readme/README.ipynb
Expand Up @@ -19,6 +19,18 @@
"\n",
huard marked this conversation as resolved.
Show resolved Hide resolved
"You can request personal account by contacting the email on the login page. With a personal account, you will have a production environment with private workspace and no computing resource limitation.\n",
"\n",
"## File Layout\n",
tlvu marked this conversation as resolved.
Show resolved Hide resolved
"\n",
"```\n",
"/notebook_dir/\n",
"├── README.ipynb # This file, read-only.\n",
"├── pavics-homepage # Tutorial notebooks from the PAVICS homepage, read-only.\n",
"├── tutorial-notebooks # Other tutorial notebooks, read-only.\n",
"├── public # Public share of all other users on this system, read-only.\n",
"├── mypublic # Your public share visible to all other users, do not put anything private in there.\n",
"└── writable-workspace # Your personal writable workspace, private to you only.\n",
"```\n",
"\n",
"## Example: Computing a climate index at a given coordinate"
]
},
Expand Down Expand Up @@ -220,7 +232,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -234,7 +246,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.7.10"
}
},
"nbformat": 4,
Expand Down