Earlier quoted context omitted.
As someone who used Matlab and Mathematica in college, I'm not sure I'd want to have a closed source solution really take off again at this point. While they provided great products and documentation, they also made it much more difficult to share code/visualizations due to restrictive and expensive licensing. Ultimately, I think the ability to share information easily should help spur scientific advancement.
As a single piece of anecdata, this is exactly what prevented me from using the free licenses I had through my university to learn these programs. After my experiences with Stata, seeing the non-affiliated prices and having to do my work in a computer lab instead of on my own laptop, I didn't want to be tied to software that I might not have access to in the future, and that I couldn't share with other people. The on…
JupyterLab is ready for users
141–150 of 250 posts
Re: JupyterLab is ready for users
#142With no support for Microsoft IE or Edge, this cannot be used in numerous enterprise environments where installing alternative browsers is not allowed.
Re: JupyterLab is ready for users
#143Give me collaborative editing please. It's a great potential feature for pair programming or instructing with Jupyter.
Re: JupyterLab is ready for users
#144I'll be teaching a group of nine and ten years olds to code. I'm planning on using Jupyter. What I'd really like to do is make a multiplayer naval game, with each player controlling their ship from their own notebook. Players would start out by running commands like fire(range=400, bearing=120) right from a cell, but would later be able automate their ship - for example, pick the nearest enemy, get the range, and plu…
Re: JupyterLab is ready for users
#145Is it possible to have a notebook and a console using a single, shared kernel?
Re: JupyterLab is ready for users
#146This looks like it could be quite the competitor to RStudio!
It would be great to have community plugins that make R-Studio able to open Jupyter files, and JupyterLab open R-Studio files !
Re: JupyterLab is ready for users
#147Is it clear yet how one will use text editors (emacs, vim) with JupyterLab?
Re: JupyterLab is ready for users
#148Is there a way to integrate a debugger and browse variables? I have been using Spyder for casual programming, and don’t think I could do without a debugger.
Re: JupyterLab is ready for users
#149Excited for a new Julia IDE. Seems like it's a nice interactive style which surprisingly doesn't feel like it has the kludge of the notebooks.
Re: JupyterLab is ready for users
#150Earlier quoted context omitted.
As someone who used Matlab and Mathematica in college, I'm not sure I'd want to have a closed source solution really take off again at this point. While they provided great products and documentation, they also made it much more difficult to share code/visualizations due to restrictive and expensive licensing. Ultimately, I think the ability to share information easily should help spur scientific advancement.
Mathematica/Python/MATLAB user. Mathematica and MATLAB do both have great documentation and intuitive examples shipped with their product, however, document your own code using their system is surprisingly hard (compared to Sphinx). Jupyter learnt the idea of the notebook from Mathematica (and some other notebook based math software) but the killer point is that it extends itself to more and more general purpose prog…
https://www.mathworks.com/help/matlab/matlab_prog/protect-yo...