Why Jupyter is data scientists’ computational notebook of choice
1–10 of 308 posts
Re: Why Jupyter is data scientists’ computational notebook of choice
#2Would this work for other languages? Maybe JavaScript or Powershell instead of Python?
Re: Why Jupyter is data scientists’ computational notebook of choice
#3One thing I haven't figure out how to do is to generate fully styled LaTeX manuscripts from notebooks (like papaja for RStudio). Is there a way to do this with pandoc?
Re: Why Jupyter is data scientists’ computational notebook of choice
#4Re: Why Jupyter is data scientists’ computational notebook of choice
#5I recently got a Jupyter Notebook, and found it's a large JSON document, with some sections in markdown and some in Python. A browser could omit the Python, and an interpreter could omit the markdown. Would this work for other languages? Maybe JavaScript or Powershell instead of Python?
Re: Why Jupyter is data scientists’ computational notebook of choice
#6Re: Why Jupyter is data scientists’ computational notebook of choice
#7I recently got a Jupyter Notebook, and found it's a large JSON document, with some sections in markdown and some in Python. A browser could omit the Python, and an interpreter could omit the markdown. Would this work for other languages? Maybe JavaScript or Powershell instead of Python?
Re: Why Jupyter is data scientists’ computational notebook of choice
#8Re: Why Jupyter is data scientists’ computational notebook of choice
#9I recently got a Jupyter Notebook, and found it's a large JSON document, with some sections in markdown and some in Python. A browser could omit the Python, and an interpreter could omit the markdown. Would this work for other languages? Maybe JavaScript or Powershell instead of Python?
Notable examples...
R: https://github.com/IRkernel/IRkernel
node: https://github.com/notablemind/jupyter-nodejs
In my mind, one of this big advantages of jupyter is its extendability. I was able to quickly modify notebooks to run unit tests, so we could use them for projects at DataCamp: https://www.datacamp.com/projects.
Re: Why Jupyter is data scientists’ computational notebook of choice
#10I've switched largely to Jupyter / Python for computational linguistics / psycholinguistics because of the pandas / numpy /numba stack, decent off-the-shelf NLP (spacy and gensim), and the ease of moving data into an R kernel for specific analyses and plots. Also nice that any reasonably sized notebook will render on GitHub (and access can be controlled through the accounts system, until something is ready to be publ…
However, the output of this isn’t nearly as well formed as a hand written latex document is.