Skip to content

Commit

Permalink
fix: rework notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Mar 20, 2022
1 parent aa9b185 commit 15d435f
Show file tree
Hide file tree
Showing 49 changed files with 479 additions and 525 deletions.
4 changes: 2 additions & 2 deletions AWS/AWS_Get_files_from_S3_bucket.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -328,4 +328,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions Airtable/Airtable_Delete_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -220,4 +220,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions Airtable/Airtable_Insert_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -228,4 +228,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions Airtable/Airtable_Search_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -221,4 +221,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tags": []
},
"source": [
"# Bubble - Trigger workflow\n",
"# Bubble - Send data\n",
"<a href=\"https://app.naas.ai/user-redirect/naas/downloader?url=https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/master/Bubble/Bubble_Trigger_workflow.ipynb\" target=\"_parent\"><img src=\"https://naasai-public.s3.eu-west-3.amazonaws.com/open_in_naas.svg\"/></a>"
]
},
Expand All @@ -38,7 +38,7 @@
"tags": []
},
"source": [
"**Tags:** #bubble #marketdata #naas_drivers"
"**Tags:** #bubble #naas_drivers"
]
},
{
Expand All @@ -49,7 +49,7 @@
"tags": []
},
"source": [
"**Author:** [Jeremy Ravenel](https://www.linkedin.com/in/ACoAAAJHE7sB5OxuKHuzguZ9L6lfDHqw--cdnJg/)"
"**Author:** [Martin Donadieu](https://www.linkedin.com/in/martindonadieu/)"
]
},
{
Expand Down Expand Up @@ -189,7 +189,7 @@
},
"outputs": [],
"source": [
"resultresult = send_data(url, data)"
"result = send_data(url, data)"
]
}
],
Expand All @@ -209,7 +209,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -220,4 +220,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions CCXT/CCXT_Calculate_Support_and_Resistance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -364,4 +364,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions CCXT/CCXT_Predict_Bitcoin_from_Binance.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -367,4 +367,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions CSV/CSV_Read_file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -249,4 +249,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions CSV/CSV_Save_file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -256,4 +256,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions Canny/Canny_Github_issue_update.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -396,4 +396,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
4 changes: 2 additions & 2 deletions Celestrak/Celestrak_Satellites_over_time.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"tags": []
},
"source": [
"**Tags:** #celestrak #opendata #satelltes"
"**Tags:** #celestrak #opendata #satellites"
]
},
{
Expand Down Expand Up @@ -334,4 +334,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tags": []
},
"source": [
"**Author:** [MyDigitalSchool](https://www.mydigitalschool.com/)"
"**Author:** [Jeremy Ravenel](https://www.linkedin.com/in/ACoAAAJHE7sB5OxuKHuzguZ9L6lfDHqw--cdnJg/)"
]
},
{
Expand Down Expand Up @@ -424,7 +424,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -435,4 +435,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
30 changes: 15 additions & 15 deletions EM-DAT/EM-DAT_natural_disasters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
]
},
"source": [
"**Author:** [MyDigitalSchool](https://www.mydigitalschool.com/)"
"**Author:** [Jeremy Ravenel](https://www.linkedin.com/in/ACoAAAJHE7sB5OxuKHuzguZ9L6lfDHqw--cdnJg/)"
]
},
{
Expand All @@ -60,6 +60,18 @@
"In 1988, the Centre for Research on the Epidemiology of Disasters (CRED) launched the Emergency Events Database (EM-DAT). [EM-DAT](https://www.emdat.be/) was created with the initial support of the World Health Organisation (WHO) and the Belgian Government."
]
},
{
"cell_type": "markdown",
"id": "tested-semiconductor",
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"**Idea of improvements :**\n",
"- Put all the curves of natural disasters in a logarithmic graph"
]
},
{
"cell_type": "markdown",
"id": "infectious-clark",
Expand Down Expand Up @@ -311,18 +323,6 @@
"line_fig.update_yaxes(gridcolor=\"grey\")\n",
"line_fig.show()"
]
},
{
"cell_type": "markdown",
"id": "tested-semiconductor",
"metadata": {
"papermill": {},
"tags": []
},
"source": [
"**Idea of improvements :**\n",
"- Put all the curves of natural disasters in a logarithmic graph"
]
}
],
"metadata": {
Expand All @@ -341,7 +341,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.9.6"
},
"papermill": {
"default_parameters": {},
Expand All @@ -352,4 +352,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tags": []
},
"source": [
"# Elastic Search - Connect to server\n",
"# Elasticsearch - Connect to server\n",
"<a href=\"https://app.naas.ai/user-redirect/naas/downloader?url=https://raw.githubusercontent.com/jupyter-naas/awesome-notebooks/master/Elastic%20Search/Elastic%20Search_Connect_to_server.ipynb\" target=\"_parent\"><img src=\"https://naasai-public.s3.eu-west-3.amazonaws.com/open_in_naas.svg\"/></a>"
]
},
Expand Down Expand Up @@ -468,4 +468,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 0 additions & 55 deletions Excel 365/Excel 365 Connector (Basic).py

This file was deleted.

Loading

0 comments on commit 15d435f

Please sign in to comment.