Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
tpike3 committed Jun 5, 2024
1 parent 543a5c1 commit 8c91790
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 367 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,12 @@
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {"http://docs.python.org/": None}

'''
def setup(app):
app.add_js_file('open_new_tab.js')

kernel_name = 'mesageodev'
display_name = 'Python (Mesa Geo)'
kernel_name = 'python3'
display_name = 'Python'
subprocess.run([
'python', '-m', 'ipykernel', 'install', '--user',
'--name', kernel_name, '--display-name', display_name
])
])
'''
36 changes: 12 additions & 24 deletions docs/source/tutorials/intro_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"id": "37528711-4873-42e7-be7f-926130026dd8",
"metadata": {
"has_explanation": true
Expand Down Expand Up @@ -104,13 +104,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 4,
"id": "27cac12c-515e-4ef4-83cc-d06918921c70",
"metadata": {
"has_explanation": true,
"jupyter": {
"source_hidden": true
}
"has_explanation": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -191,13 +188,10 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 9,
"id": "9c9a9738-7e8f-458c-b0aa-cfc69c04ee87",
"metadata": {
"has_explanation": true,
"jupyter": {
"source_hidden": true
}
"has_explanation": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -283,13 +277,10 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 10,
"id": "0bf74b4c-36ab-416c-a4db-ab5104189d92",
"metadata": {
"has_explanation": true,
"jupyter": {
"source_hidden": true
}
"has_explanation": true
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -363,19 +354,16 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 11,
"id": "c8a2533e-95ba-4a2b-b21a-56e05fe3b7b2",
"metadata": {
"has_explanation": true,
"jupyter": {
"source_hidden": true
}
"has_explanation": true
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "5024c6fa891f4dc4b559e6ae23db8f16",
"model_id": "951adcda793e44bbac5e8c93ed2b9e63",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -420,9 +408,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python (Mesa Geo)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "mesageodev"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading

0 comments on commit 8c91790

Please sign in to comment.