Live data from Hacker News

“Run” the Python Data Science Handbook in your browser

notebooks.azure.com

1–8 of 8 posts

Re: “Run” the Python Data Science Handbook in your browser

#2
Hi folks! we're getting the HN Hug [edit:Fixed]. If you want to check out the book, while we fix the issue, you can go to:

https://notebooks.azure.com

Then on the top "Featured" carousel click the link for Jake's book.

If you just want to view, try the 'notebooks' directory to see HTML rendered view of the book.

If you want to Run/Edit/etc the book:

1) Sign in - any gmail, outlook etc email will do. 2) Clone the book 3) Run! (Cell/RunAll)

Re: “Run” the Python Data Science Handbook in your browser

#3
post #2

Hi folks! we're getting the HN Hug [edit:Fixed]. If you want to check out the book, while we fix the issue, you can go to: https://notebooks.azure.com Then on the top "Featured" carousel click the link for Jake's book. If you just want to view, try the 'notebooks' directory to see HTML rendered view of the book. If you want to Run/Edit/etc the book: 1) Sign in - any gmail, outlook etc email will do. 2) Clone the book…

HTML resource you can parse with wget here

https://jakevdp.github.io/PythonDataScienceHandbook/

Re: “Run” the Python Data Science Handbook in your browser

#4
post #2

Hi folks! we're getting the HN Hug [edit:Fixed]. If you want to check out the book, while we fix the issue, you can go to: https://notebooks.azure.com Then on the top "Featured" carousel click the link for Jake's book. If you just want to view, try the 'notebooks' directory to see HTML rendered view of the book. If you want to Run/Edit/etc the book: 1) Sign in - any gmail, outlook etc email will do. 2) Clone the book…

HTML resource you can parse with wget here https://jakevdp.github.io/PythonDataScienceHandbook/

That is the source material for the book. It was loaded by Jake to Azure Notebooks.

You can load any github repo by creating a Library (a repo basically), and +New / Load from github. It'll load the notebooks, data, etc. You can then run the notebooks.

Re: “Run” the Python Data Science Handbook in your browser

#5
BTW, if there are other book authors that want to publish here, please feel free to do so!

Also if you have a github repo and want to make it easily runnable, you can place a badge on your repo like this:

https://notebooks.azure.com/help/libraries/sharing/create-a-...

Your users can then click it to upload+run.

Re: “Run” the Python Data Science Handbook in your browser

#7
post #2

Hi folks! we're getting the HN Hug [edit:Fixed]. If you want to check out the book, while we fix the issue, you can go to: https://notebooks.azure.com Then on the top "Featured" carousel click the link for Jake's book. If you just want to view, try the 'notebooks' directory to see HTML rendered view of the book. If you want to Run/Edit/etc the book: 1) Sign in - any gmail, outlook etc email will do. 2) Clone the book…

Sorry for those of you with slow load times. We had a perf issue with our server side rendering of the Angular app which was avoided by going to the front page. We temporarily disabled that and now things should be snappy again!