-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using basemap on azure notebooks #422
Comments
The recommended way to install basemap, is through conda-forge, so run
`!conda install -c conda-forge basemap` (assuming that conda is already
installed).
…On Sat, Sep 15, 2018 at 8:25 AM Leonardo Miquelutti < ***@***.***> wrote:
Dear,
I am trying to execute some codes on the (also) free cloud service
provider Microsoft Azure Notebooks <https://notebooks.azure.com> for
jupyter notebooks that depend on *Basemap* but have not been able to.
A way to fetch codes on Azure Notebooks is through !pip install package,
but I didn't succeed with Basemap. Is there a way to run Basemap there?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#422>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-JCZRG2Ec9AUMrBT8dOY_usqIqmCks5ubPGngaJpZM4WqVhk>
.
|
Just a quick note, if you're trying to install from the notebook itself, you'll need to change the command from @WeatherGod to:
Since you won't be able to answer the Yes/No prompt interactively |
Sorry for the late reply. Thank you guys for the comments. The I can't even say that the |
Did you fix it ? |
this is the fix for notebook.azure |
We now have precompiled binary wheels for Windows, so it should be possible to install !pip install basemap In case you need the high-resolution datasets, you need to install them manually: !pip install basemap-data-hires The solution by @rezapci will not work at the moment, because the refactoring of If this solution still does not solve your problem, feel free to reopen this issue or create a new one. |
Dear,
I am trying to execute some codes on the (also) free cloud service provider Microsoft Azure Notebooks for jupyter notebooks that depend on Basemap but have not been able to.
A way to fetch codes on Azure Notebooks is through
!pip install package
, but I didn't succeed with Basemap. Is there a way to run Basemap there?The text was updated successfully, but these errors were encountered: