pangeo-data / pangeo-openeo-BiDS-2023

Pangeo & OpenEO Joint tutorial for BiDS23 - "Scaling Big Data Analysis with Pangeo and OpenEO: Unlocking the Power of Space Data"
https://pangeo-data.github.io/pangeo-openeo-BiDS-2023/
MIT License
10 stars 7 forks source link

Clean Scaling with Dask #51

Closed acocac closed 11 months ago

acocac commented 11 months ago

The PR focuses on fixing headings and proofreading of the Scaling with Dask notebook.

review-notebook-app[bot] commented 11 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

acocac commented 11 months ago

@tinaok the Data section of the notebook is still incomplete.

In this episode, we will be using xxx

acocac commented 11 months ago

@tinaok I've completed my revision of the notebooks and fix some grammar/typos. I also found some minor bugs. Note the last cell return an error.

cluster.shutdown()

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[31], line 1
----> 1 cluster.shutdown()

AttributeError: 'NoneType' object has no attribute 'shutdown'
tinaok commented 11 months ago

@tinaok I've completed my revision of the notebooks and fix some grammar/typos. I also found some minor bugs. Note the last cell return an error.

cluster.shutdown()

---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[31], line 1
----> 1 cluster.shutdown()

AttributeError: 'NoneType' object has no attribute 'shutdown'

I'll have a look after merging this. Probably it is due to which machine we use? (cluster with gateway or machine only with local cluster)