Azure Jupyter Notebooks
21–30 of 160 posts
Re: Azure Jupyter Notebooks
#22Is this just a hosting solution for Jupyter Notebooks? Or does it add something to the standard Jupyter Notebooks?
Re: Azure Jupyter Notebooks
#23https://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...
Re: Azure Jupyter Notebooks
#24Earlier quoted context omitted.
> code-execute-fix workflow Do you know of a better tool for such a flow, combined with the ability to have markdown+latex docs intermingled with the code? 'cause this is my workflow, but jupyter's code editor and kernell restart drives me crazy and anything else will have me keep the notes/docs separate from the code... And please don't suggest Mathematica :) I absolutely love it's ux/i, but nobody uses it in ML/AI.…
I use rmarkdown for creating data reports to deliver to people http://rmarkdown.rstudio.com/ You can use whatever editor you want, but I quite like rstudio (I'm generally not a huge R person, so an environment with more help is useful, whereas with python I'd prefer just my own setup). Edit - Importantly though, you actually don't need to use R, you can use python. I'm not sure how well that works with caching, as I'…
(Right now I use jupyter for some things, ipython gui for others, and pycharm for "real coding" tasks. Tried Spyder, but something about it makes it neither a good IDE nor a good notes/documentation system... though I can understand its appeal for Matlab folks).
Re: Azure Jupyter Notebooks
#25The 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)
I agree about the editor part, it's quite bad compared to anything people actually use when developing software. ...but perhaps software developers aren't the target audience in the first place. I tried to use Jupyter a few times, first when it was still only IPython, and it never seemed to fit in my code-execute-fix workflow that you have when developing scripts. In particular having to always reset the kernel to re…
The only thing that's really missing for me is a more persistent data store in between kernel restarts. If it took more than 5 minutes to run something to transform or process my data, I don't want to have to redo it when I restart the kernel. I think there are a couple of plugins that handle this for you, but it would really be nice if it was implemented natively. The solution right now just seems to be producing a bunch of intermediate files that you reload when you restart the kernel.
Re: Azure Jupyter Notebooks
#26Or, if you prefer your interactive notebooks not to rely on a backend service: http://www.joelotter.com/kajero/
Re: Azure Jupyter Notebooks
#27I'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...
Re: Azure Jupyter Notebooks
#28Re: Azure Jupyter Notebooks
#29Is this just a hosting solution for Jupyter Notebooks? Or does it add something to the standard Jupyter Notebooks?
so kind of a learning environment, because you can have people fork something like a ML notebook and play around with the different parameters
Re: Azure Jupyter Notebooks
#30Is it possible to share them publically, without the need for a Microsoft account for the user?
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.