Jupyter Notebook 4.2 Released
blog.jupyter.org
Jupyter Notebook 4.2 Released
1–10 of 88 posts
Re: Jupyter Notebook 4.2 Released
#2Re: Jupyter Notebook 4.2 Released
#3I 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
#4I 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
I use it to ask a whole bunch of exploratory questions about a dataset then productionize the result in PyCharm (my preference, other ways work great too :)
Re: Jupyter Notebook 4.2 Released
#5I 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
Re: Jupyter Notebook 4.2 Released
#6I 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 of code and just wanted to run it.
Congrats to the team building this tool!
Re: Jupyter Notebook 4.2 Released
#7I 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
It is definitely not a tool to replace a typical Python workflow.
Re: Jupyter Notebook 4.2 Released
#8https://zeppelin.incubator.apache.org
Comparison: https://www.linkedin.com/pulse/comprehensive-comparison-jupy...
Re: Jupyter Notebook 4.2 Released
#9One 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…