Skip to content

Commit

Permalink
Update entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Jul 19, 2023
1 parent e1d7414 commit e514da5
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 278 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ dmypy.json
.pyre/

# Project-specific
.notebook_*-*.ipynb
.aurora-*.ipynb
85 changes: 46 additions & 39 deletions notebook_experiments.ipynb → aurora.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,69 @@
{
"cell_type": "code",
"execution_count": null,
"id": "a09fe8cd-1389-4d3d-8409-71c3dadc891e",
"metadata": {},
"metadata": {
"vscode": {
"languageId": "javascript"
}
},
"outputs": [],
"source": [
"%%javascript\n",
"\n",
"IPython.OutputArea.prototype._should_scroll = function(lines) {\n",
" return false;\n",
"}\n",
"\n",
"document.title='Aurora app'"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b46c9eb7",
"metadata": {
"vscode": {
"languageId": "html"
}
},
"outputs": [],
"source": [
"%%html\n",
"\n",
"<style>\n",
"\n",
".output_subarea { \n",
" max-width:100% !important\n",
"}\n",
"\n",
"#site { \n",
" overflow-y: scroll !important\n",
"} \n",
"\n",
"</style>"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from IPython.display import display, HTML\n",
"display(HTML(\"<style>.output_subarea { max-width:100% !important; }</style>\"))"
"%matplotlib widget"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3a15d928-3884-4603-8fc8-57bb65d52ace",
"metadata": {},
"outputs": [],
"source": [
"import ipywidgets as ipw\n",
"from IPython.display import display\n",
"import numpy as np\n",
"import pandas as pd\n",
"import json\n",
"import aurora\n",
"\n",
"import matplotlib.pyplot as plt\n",
"%matplotlib widget"
"from IPython.display import display"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a938a8c7-bff3-4df0-8ca8-1a5b56fc3aac",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -56,18 +75,24 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9595acff-0181-4b25-ab62-4fd4b46a202c",
"metadata": {},
"outputs": [],
"source": [
"w_main = MainPanel()\n",
"w_main = MainPanel()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"display(w_main)"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "7f5f3983-6e08-4daa-9b88-35b86368e4de",
"metadata": {},
"source": [
"***AURORA* Autonomous Robotic Battery Innovation Platform** BIG-MAP Stakeholder Initiative 2021\n",
Expand All @@ -87,29 +112,11 @@
}
],
"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.9.5"
"name": "python"
},
"vscode": {
"interpreter": {
"hash": "17c88e46861690d52b34e434e85f0be56292e39f41a35396b131b301eeee09bb"
}
}
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 5
"nbformat_minor": 2
}
114 changes: 0 additions & 114 deletions notebook_results.ipynb

This file was deleted.

115 changes: 0 additions & 115 deletions notebook_samples.ipynb

This file was deleted.

Loading

0 comments on commit e514da5

Please sign in to comment.