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.
Azure Jupyter Notebooks
61–70 of 160 posts
Re: Azure Jupyter Notebooks
#62Earlier quoted context omitted.
https://news.ycombinator.com/item?id=13104807 Click on the eye icon. You won't be able to run the notebook code, which would be a surprising thing to allow without some sort of authentication.
That's a shame, I was hoping to be able to use these for interactive learning. Requiring signup is a showstopper for me. :(
Re: Azure Jupyter Notebooks
#63I 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.
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 strengths are not in UX by far. We are starting to work with designers to improve the "dev-UI"" we currently have.
If you have any more feedback you would like to share we would love to hear it. There is a public tracker at https://github.com/microsoft/azurenotebooks and an email that goes to the team at nbhelp@microsoft.com
Re: Azure Jupyter Notebooks
#64I've been experimenting with Jupyter notebooks recently so I thought I'd try uploading one I made which solves a wooden puzzle. It seemed to work just fine! https://notebooks.azure.com/library/puzzles I had to host the images in the notebook elsewhere rather than upload them with the notebook. It looks like that is possible but then I'd have to grapple with Azure blobs...
[msft]
Re: Azure Jupyter Notebooks
#65Awesome to see F# supported, based on OSS F# for Jupyter Notebooks ( https://github.com/fsprojects/IfSharp ) work. It's really lovely when a tool written in another tech (Python there) can be used/extended with others stack/tech, because was written as language agnostic. That should be a rule for good design in oss tooling. Not starting using language specific communication, but extensibile from day0 in design (obv d…
If there are other languages you would like to see, or other features or issues, reach out to us on https://github.com/microsoft/azurenotebooks or nbhelp@microsoft.com
Re: Azure Jupyter Notebooks
#66I 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.
Re: Azure Jupyter Notebooks
#67The concept of Jupyer Notebooks is absolute fantastic. The product, unfortunately, fails at the basics of being a text editor. I'd wish the VSCode team could somehow integrate the concept. They seem to be excellent at execution. (Or, if they finish their work on "html zones" (block decorators in atom), I'll start doing it myself)
Re: Azure Jupyter Notebooks
#68Very interesting. I just put some R code into production on Azure via MS R Server (DeployR), and it was not a particularly fun experience. I really want to see them do a hosted R service where we can just take these Jupyter Notebooks and expose it as a web service on a PAYG basis.
Depending on what you're doing - deploy a webservice with Azure ML?
Re: Azure Jupyter Notebooks
#69The concept of Jupyer Notebooks is absolute fantastic. The product, unfortunately, fails at the basics of being a text editor. I'd wish the VSCode team could somehow integrate the concept. They seem to be excellent at execution. (Or, if they finish their work on "html zones" (block decorators in atom), I'll start doing it myself)
the UI is really bad. Idea is great from Microsoft but the execution leaves alot to be desired. I hope MS fixes this because I kinda like this service and can see myself using it.
Re: Azure Jupyter Notebooks
#70Sorry to sound cynical but haven't they taken something that's existed for a long time and spent money on marketing it to add / repair value to their brand? It feels a little obvious to me to be honest?
I suppose it's publicly hosted which might be rare or totally new. TBH the most frustrating thing is that unlike github's notebook hosting you need to login just to view the content. And for some reason the back button doesn't work once you encounter the login page. That's enough to make me want to stay away.
Any notebook can be opened in an html view: https://notebooks.azure.com/library/fsharp/html/FSharp%20for...
It sounds like you would like being able to view those more easily without logging in?
Thanks! Chris