One of our data analyst had fun drawing all the shots from Kobe during his whole career. He did everything on jupyter, which I discovered at that moment, and was mind blown on how well it worked and how powerful it is. I don't think I would ever use this tool as a seasoned software engineer, but I can definitely see the power it has for newer people who want to learn, or simply people like him who know a little bit o…
Jupyter Notebook 4.2 Released
61–70 of 88 posts
Re: Jupyter Notebook 4.2 Released
#62There's also a newer alternative called Zeppelin: https://zeppelin.incubator.apache.org Comparison: https://www.linkedin.com/pulse/comprehensive-comparison-jupy...
Another competitor (with a strong focus on polyglot use): http://beakernotebook.com/ . Made by the people at https://www.twosigma.com/ .
edit: fixed a word
Re: Jupyter Notebook 4.2 Released
#63I had my first experience with Jupyter last weekend when I was trying to learn about document clustering with Python. It seems like a cool idea, but in practice ended up being kind of annoying: https://github.com/brandomr/document_cluster/issues/7
Jupyter is great for prototyping and playing with ideas, essentially its great it you want persistent data. But after you more or less know what you want and loading the initial dataset isn't a constant annoyance you're usually better off in an IDE or other real programming environment. I use it to ask a whole bunch of exploratory questions about a dataset then productionize the result in PyCharm (my preference, othe…
I would love something that combines this style with support for good software practices. For example, that let's you seamlessly move snippets of code into functions, classes, modules, and then create tests for them. RStudio is actually the closest I have found, which is ironic since as a language R is horrible for encouraging good software practices.
Re: Jupyter Notebook 4.2 Released
#64Earlier quoted context omitted.
sorry, maybe my comment is wrong because of my lack of knowledge about the tool (I've seen it used 10 minutes) but it's seems like it's a nice UI replacing what a terminal does, if I'm right. So all I'm saying is, since i'm confortable using a terminal, and I'm usually already there using vim, etc., then it's more convenient for me to test stuff in my terminal than going into my browser to test in jupyter
no, you miss the point of the notebooks. You use it to tell story.
It's just much better when you can see all your functions in one place, edit a function far back and have the changes propagate to the last command you ran.
Re: Jupyter Notebook 4.2 Released
#65While working on a data science team some months ago, these notebooks helped me build something that explained, in detail and at a high level, the implementation details of an algorithm to sales and others not familiar with data science techniques. It was awesome and so easy. I also used them when we did a capture the flag contest to help explain visually how a multi time pad vulnerability works.
Re: Jupyter Notebook 4.2 Released
#66Earlier quoted context omitted.
Just a heads up: Jupyter Notebook is not an open source alternative to Mathematica. Originally, Jupyter was iPython notebook, an IDE of sorts for data science and analysis in Python, by writing code and markdown together in a more coherent and integrated way. Then they incorporated a host of other popular open source languages for computational science such as R, Julia, F#, ect., so that we could use the best tools f…
>all in one document. So it is possible to run both R and Python commands in the same notebook?
Re: Jupyter Notebook 4.2 Released
#67Earlier quoted context omitted.
It's really annoying to get caught in a blog.domain.com subdomain without any obvious links back to the main domain.
I agree that it is annoying to have the "home" or "main" link go to the blog home. But when you are at blog.domain.com , is it really that difficult for you to figure out how to get to domain.com ?
Re: Jupyter Notebook 4.2 Released
#68Earlier quoted context omitted.
Just a heads up: Jupyter Notebook is not an open source alternative to Mathematica. Originally, Jupyter was iPython notebook, an IDE of sorts for data science and analysis in Python, by writing code and markdown together in a more coherent and integrated way. Then they incorporated a host of other popular open source languages for computational science such as R, Julia, F#, ect., so that we could use the best tools f…
>all in one document. So it is possible to run both R and Python commands in the same notebook?
Re: Jupyter Notebook 4.2 Released
#69There's also a newer alternative called Zeppelin: https://zeppelin.incubator.apache.org Comparison: https://www.linkedin.com/pulse/comprehensive-comparison-jupy...
Re: Jupyter Notebook 4.2 Released
#70Earlier quoted context omitted.
Another competitor (with a strong focus on polyglot use): http://beakernotebook.com/ . Made by the people at https://www.twosigma.com/ .
I love beaker. I spent a week or so trying to force myself to use Jupyter since others in my team use it, but I bailed out and went back to beaker eventually - it's got everything Jupyter has but is all round nicer to use. It's not without it's problems, but neither is Jupyter by a long shot. edit: fixed a word
btw, look for a big announcement from beaker next week! https://twitter.com/beakernotebook