Earlier quoted context omitted.
They took the notebook part from IPython and made it language agnostic, this is now Jupyter. You can use Jupyter Notebook together with many languages (Jupyter Kernels) such as R, Julia, Bash and many more in addition to Python.
Ahhh... thank you for explaining. Including Bash, huh? I remember I used to think that if only a few things were different in ipython I would actually use it as my main terminal window. With Jupyter running bash, are people using it as their main terminal now?
Jupyter Notebook User Experience Survey
11–20 of 24 posts
Re: Jupyter Notebook User Experience Survey
#12Re: Jupyter Notebook User Experience Survey
#13Earlier quoted context omitted.
Ahhh... thank you for explaining. Including Bash, huh? I remember I used to think that if only a few things were different in ipython I would actually use it as my main terminal window. With Jupyter running bash, are people using it as their main terminal now?
Running a Bash kernel in Jupyter Notebook might be convenient if you are running your Jupyter server on a remote machine. So you don't have to SSH into the server for some quick changes, you can stay in your browser. I haven't used it myself as I only use it locally.
Re: Jupyter Notebook User Experience Survey
#14Earlier quoted context omitted.
They took the notebook part from IPython and made it language agnostic, this is now Jupyter. You can use Jupyter Notebook together with many languages (Jupyter Kernels) such as R, Julia, Bash and many more in addition to Python.
Ahhh... thank you for explaining. Including Bash, huh? I remember I used to think that if only a few things were different in ipython I would actually use it as my main terminal window. With Jupyter running bash, are people using it as their main terminal now?
Re: Jupyter Notebook User Experience Survey
#15So what is the usual usecase for these Jupyter notebooks? I see everyone praising them, but I still don't really know a good use case. I thought about using it as notebook for work stuff, but I don't want to run something in command line and then in browser to make a simple note when I can just open vim and make a quick note
Also (a bit) for playing around with new libraries / databases etc. (Much better than both Python scripts (need to be rerun from scratch) and Python shell.)
Re: Jupyter Notebook User Experience Survey
#16So what is the usual usecase for these Jupyter notebooks? I see everyone praising them, but I still don't really know a good use case. I thought about using it as notebook for work stuff, but I don't want to run something in command line and then in browser to make a simple note when I can just open vim and make a quick note
Once I'm done, I can document it inline with markdown and latex.
Re: Jupyter Notebook User Experience Survey
#17So what is the usual usecase for these Jupyter notebooks? I see everyone praising them, but I still don't really know a good use case. I thought about using it as notebook for work stuff, but I don't want to run something in command line and then in browser to make a simple note when I can just open vim and make a quick note
Semi-technical boss comes to me and says "Hey look! I wrote this cool SQL query to figure out what time of day our service is being used most. Can you turn it into a heatmap?"
And of course you know if you do something like this once, you will be asked to do it again, until pretty soon you will be expected to do it automatically every week or something.
So: Jupyter notebook to the rescue. Query the DB, wave hands a few times, produce a heatmap (total lines of python: about 10). Then give boss the notebook and tell him if he wants to update or modify, have at it, here's where your query is.
I never have to deal with it again, it's self-documenting and transparently future-friendly (anybody with an ounce of sense can edit it) and it looks all mathematica and stuff. Case closed.
Re: Jupyter Notebook User Experience Survey
#18So what is the usual usecase for these Jupyter notebooks? I see everyone praising them, but I still don't really know a good use case. I thought about using it as notebook for work stuff, but I don't want to run something in command line and then in browser to make a simple note when I can just open vim and make a quick note
Re: Jupyter Notebook User Experience Survey
#19Jupyter is awesome. However, something about the orange in the colour theme just makes the interface seem so dull to me.
try Beaker: http://BeakerNotebook.com we have a modern interface & the next release will have a dark color theme too, easily accessible from a menu item: https://twitter.com/beakernotebook/status/682233629460795393
Re: Jupyter Notebook User Experience Survey
#20Earlier quoted context omitted.
try Beaker: http://BeakerNotebook.com we have a modern interface & the next release will have a dark color theme too, easily accessible from a menu item: https://twitter.com/beakernotebook/status/682233629460795393
I've heard it a few times on HN (are you its dev?). Can you name so advantages of Beaker over Jupyter?
yes i am one of its developers.
here's an example of working with Python and D3/JavaScript together: https://pub.beakernotebook.com/#/publications/560c9f9b-14e6-...
and the electron version: https://github.com/twosigma/beaker-notebook/wiki/Electron-Be...