The 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)
Azure Jupyter Notebooks
31–40 of 160 posts
Re: Azure Jupyter Notebooks
#32Or, if you prefer your interactive notebooks not to rely on a backend service: http://www.joelotter.com/kajero/
That only works with JavaScript though or am I overlooking something?
Re: Azure Jupyter Notebooks
#33I'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...
Working with Azure Storage Blobs is pretty straightforward - you can use the cross platform azure CLI application or use the Azure Storage Explorer application (which appears to be cross-platform as well in its latest form): http://storageexplorer.com/
Re: Azure Jupyter Notebooks
#34Re: Azure Jupyter Notebooks
#35The 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
#36Yet another product where I haven't got a clue what it is after reading the front page.
I had the same problem; This cleared it up: http://jupyter.org
Re: Azure Jupyter Notebooks
#37Very 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.
Re: Azure Jupyter Notebooks
#38Re: Azure Jupyter Notebooks
#39The 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)
RStudio's new feature to R is Notebooks and it is available in RStudio version 1.0+. It takes what is great about Jupyter Notebooks and adds easier version control and much easier to batch process your reports. Which are both huge wins for me.
http://rmarkdown.rstudio.com/r_notebooks.html
Blog Post: https://blog.rstudio.org/2016/10/05/r-notebooks/
"Interactive R Markdown
As an authoring format, R Markdown bears many similarities to traditional notebooks like Jupyter and Beaker. However, code in notebooks is typically executed interactively, one cell at a time, whereas code in R Markdown documents is typically executed in batch.
R Notebooks bring the interactive model of execution to your R Markdown documents, giving you the capability to work quickly and iteratively in a notebook interface without leaving behind the plain-text tools and production-quality output you’ve come to rely on from R Markdown."
Re: Azure Jupyter Notebooks
#40But, Jupyter faces most of it's challenges in the word-editor part of their product rather than in the code part.
I'd love to see a partnership between them and the Eve programming language (http://witheve.com/) who have absolutely mastered the IDE interface in early renditions of their product.
I know a lot of people are against the concept of Eve from a purist perspective of code not needing to be humanized. But, one of the common goals in data is to communicate insights and solutions through visually crafted and accessible stories. I think there is still a long way we can come in that.