Reorganize notebooks that correspond with blog posts
I'd be nice to organize the notebooks in accordance with the blog URLs, so they're easy to find.
The notebook for https://coiled.io/blog/dask-read-parquet-into-dataframe/ could be stored in blog/dask-read-parquet-into-dataframe for example.
That'd make it easy to find all the notebooks that correspond with the blog posts.
@pavithraes @rrpelgrim - what do you think about reorganizing the notebooks that support blog posts in a blogs/ directory with notebook names that correspond with blog post URLs? The notebook for https://coiled.io/blog/dask-read-parquet-into-dataframe/ could be stored in blog/dask-read-parquet-into-dataframe for example.
I thinking that all the environments should be stored in the envs/ folder. At the top of each notebook, we can have clear instructions on what environment should be used to run the notebook (and how to install the environment locally & in Coiled).
Let me know what you think!
Sounds good to me. Let's tie this in to your comment on Slack about using coiled-runtime as much as possible.