Live data from Hacker News

Azure Jupyter Notebooks

notebooks.azure.com

121–130 of 160 posts

Re: Azure Jupyter Notebooks

#121

This looks like a Microsoft hosted cloud based "Dynabook." https://en.wikipedia.org/wiki/Dynabook Is that what it basically is?

[msft] Not sure. It's a hosted Jupyter Notebook service. A Notebook here is a polyglot, browser based, REPL on steroids.

See:

http://jupyter.org

Sample notebooks (html captures of runnable notebooks):

https://nbviewer.jupyter.org/

Re: Azure Jupyter Notebooks

#122

One of my physics major friends uses a Chromebook (and a shitty Windows laptop he prefers not to deal with). I set up a DigitalOcean droplet for him to run Jupyter. One of the big problems is that it's not safe for him to share Jupyter notebooks by URL, since anyone to whom he discloses the web UI password gets remote code execution (exec and friends work). A professionally maintained, sufficiently sandboxed Jupyter…

Check out https://juliabox.com/, which despite the name also supports Python.

(Disclaimer: service is run by my employer)

Re: Azure Jupyter Notebooks

#123

This looks like a Microsoft hosted cloud based "Dynabook." https://en.wikipedia.org/wiki/Dynabook Is that what it basically is?

[msft] Not sure. It's a hosted Jupyter Notebook service. A Notebook here is a polyglot, browser based, REPL on steroids. See: http://jupyter.org Sample notebooks (html captures of runnable notebooks): https://nbviewer.jupyter.org/

A Notebook here is a polyglot, browser based, REPL on steroids.

Smalltalk is somewhat of a primitive browser and very much a REPL on steroids. Instead of being polyglot from the standpoint of supporting multiple languages, Smalltalk was designed to be usable by people from grade school students up through researchers. (It largely succeeded in that goal, but failed in that it didn't attain enough popularity with mainstream engineers/programmers.)

Some of the educational uses of Squeak Smalltalk are very much in the same vein.

Re: Azure Jupyter Notebooks

#124
Excited! Let's load some data and try it out!

Ok, let's use OneDrive to load data. Where is that option?

Nvm, let's use Dropbox instead. Does not work "Something went wrong. Please refresh the page."

Maybe Azure storage? Trying to sign-up, filled sign-up form, verified account via SMS, entered CC data. Nope! "Cannot proceed with signup due to issue with your account. Contact support". (tried multiple times)

Contacting support.. creating incident, describing the issue. When trying to attach screenshot I get "The file upload service server is not available at this time. Wait a few minutes and then try it again."

Seriously, Microsoft??

Re: Azure Jupyter Notebooks

#125

Excited! Let's load some data and try it out! Ok, let's use OneDrive to load data. Where is that option? Nvm, let's use Dropbox instead. Does not work "Something went wrong. Please refresh the page." Maybe Azure storage? Trying to sign-up, filled sign-up form, verified account via SMS, entered CC data. Nope! "Cannot proceed with signup due to issue with your account. Contact support". (tried multiple times) Contactin…

[msft] RE Dropbox - Very sorry about that :(. We discovered an issue earlier and are feverishly looking at fixing it. Will remove the UI until it is fixed. Meanwhile you can !curl in data among other approaches.

RE Storage/CC sign up. I'll locate someone in that group & reply back.

Re: Azure Jupyter Notebooks

#126

One of my physics major friends uses a Chromebook (and a shitty Windows laptop he prefers not to deal with). I set up a DigitalOcean droplet for him to run Jupyter. One of the big problems is that it's not safe for him to share Jupyter notebooks by URL, since anyone to whom he discloses the web UI password gets remote code execution (exec and friends work). A professionally maintained, sufficiently sandboxed Jupyter…

Check out https://juliabox.com/ , which despite the name also supports Python. (Disclaimer: service is run by my employer)

Your CSS is very broken in Chrome, would love to check it out though.

Re: Azure Jupyter Notebooks

#127
post #73

Hi folks - Thanks for taking a look at Azure notebooks. Here's some background info: What is it? It's an offshoot of Azure ML Studio which has Jupyter support. We asked the powers that be if we could also instantiate it also as a free service - "yes" was the answer. Who is it aimed at? Students, faculty, casual users, folks that want to give webinars, classrooms, etc & want to skip software install headaches. What do…

Can we have the latest version of R on there? Have you tested Rcpp and Rjava?

Re: Azure Jupyter Notebooks

#129
post #53

I have not visited any Microsoft property for some time now and I have this strange feeling about the UX. Sadly I can not say if it is my deeply rooted aversion against everything Microsoft or if the UX is really odd.

Hi dandare. I am a dev on Azure Notebooks at Microsoft and can tell you that our team also delivers Python Tools for Visual Studio, Azure SDK for Python, R Tools for Visual Studio, and previously Node.js Tools for Visual Studio. The UX was not done in any way to feel like something else. We tried to design something that worked well for Jupyter users as well as looked nice and was usable. That being said, our teams s…

Hi chupapuma, thanks for reaching out. Notebooks is certainly very interesting product, I wish you and your team best luck.

Re: Azure Jupyter Notebooks

#130

Excited! Let's load some data and try it out! Ok, let's use OneDrive to load data. Where is that option? Nvm, let's use Dropbox instead. Does not work "Something went wrong. Please refresh the page." Maybe Azure storage? Trying to sign-up, filled sign-up form, verified account via SMS, entered CC data. Nope! "Cannot proceed with signup due to issue with your account. Contact support". (tried multiple times) Contactin…

[msft] RE Dropbox - Very sorry about that :(. We discovered an issue earlier and are feverishly looking at fixing it. Will remove the UI until it is fixed. Meanwhile you can !curl in data among other approaches. RE Storage/CC sign up. I'll locate someone in that group & reply back.

Thanks! Somebody got back to me and apparently prepaid CC are not supported
Post reply on HN