Skip to content

Commit

Permalink
Merge pull request #19 from coiled/add-signup-top
Browse files Browse the repository at this point in the history
Add signup link at the top of notebooks
  • Loading branch information
ncclementi committed Mar 20, 2023
2 parents 0d66199 + 0ef9514 commit f276f9e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
13 changes: 13 additions & 0 deletions 1-Parallelize-your-python-code_Futures_API.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "f04a0743-3d30-44ae-945b-c159160deaaf",
"metadata": {},
"source": [
"<img src=\"images/coiled-logo.svg\"\n",
" align=\"right\"\n",
" width=\"5%\"\n",
" alt=\"Coiled logo\\\">\n",
"\n",
"### Sign up for the next live session https://www.coiled.io/tutorials\n"
]
},
{
"cell_type": "markdown",
"id": "3786371b-cdd0-473b-89bd-94573b3676b5",
Expand Down
13 changes: 13 additions & 0 deletions 2-Get_better-at-dask-dataframes.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "d3f8ffbf-9dc9-42d4-9482-c7fb9e4333a9",
"metadata": {},
"source": [
"<img src=\"images/coiled-logo.svg\"\n",
" align=\"right\"\n",
" width=\"5%\"\n",
" alt=\"Coiled logo\\\">\n",
"\n",
"### Sign up for the next live session https://www.coiled.io/tutorials"
]
},
{
"cell_type": "markdown",
"id": "036478b0-c89d-4051-a513-f4436f48968f",
Expand Down
8 changes: 4 additions & 4 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ channels:
- conda-forge
dependencies:
- python==3.10
- dask==2023.2.0
- distributed==2023.2.0
- dask==2023.3.1
- distributed==2023.3.1
- numpy==1.23.5
- pandas==1.5.3
- coiled==0.3.0
- coiled==0.5.5
- pyarrow==10.0.1
- ipykernel==6.21.2
- dask-labextension==6.1.0
- jupyterlab==3.5.0
- s3fs==2022.11.0
- s3fs==2023.3.0
- python-graphviz==0.20.1
- beautifulsoup4==4.11.1
- matplotlib==3.6.2
Expand Down
1 change: 1 addition & 0 deletions images/coiled-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f276f9e

Please sign in to comment.