Qiusheng Wu

Results 364 comments of Qiusheng Wu

@deeplook This is great to know. Should we wait for JupyterLite to incorporate the latest pyodide?

@AliyyaTirangga Sorry, downloading OpenStreetMap historical data won't be supported in leafmap as there is no API for retrieving historical data for a specific area. Downloading a huge file at the...

Yes, this would be a nice feature to add, but not on my priority list at the moment. I can't promise when this will get implemented. Pull request is welcome....

Do you mean that this is the only tool that fails and other GTE tools work fine with ArcGIS Pro?

I can open the tool with ArcGIS Pro 2.9.3. What ArcGIS Pro version are you using? ![image](https://user-images.githubusercontent.com/5016453/178577415-72e3a77a-f27d-45a6-bb81-2a347a728f4a.png)

Just to clarify: you can't open the tool? or you can open the tool but it fails to run?

I think this is an issue with Jupyter book rather than puppeteer. I just created a minimal Jupyter book example with the following command. The HTML looks fine, but when...

It took me an hour to debug and, finally, I figured it out. The issue is caused by the `{code-cell}` directive in MyST. The code blocks in PDF will render...

Just realized that removing the `{code-cell}` directive will result in the cell not being recognized as a code cell in the notebook paired with MyST through Jupytext. ![image](https://user-images.githubusercontent.com/5016453/160908632-15bc95eb-62b7-433d-9080-3e6283ce487a.png) ![image](https://user-images.githubusercontent.com/5016453/160908695-e466ebb6-bc52-4e4f-a587-ba4d7a155727.png)