News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
When matplotlib widget is loaded in python interactive mode, the plot will eventually cause Jupyter core to hangs. And it is not possible to submit next block of code or do anything until restarting ...
I have consistently used the following workflow for fully updating my Jupyter Lab working environments: $ rmvirtualenv my_env $ mkvirtualenv --python=`which python` my_env [my_env] $ pip install -r ...
The maturation of scientific Python and data science is another reason for ... which are generated from codes with the help of modules like Matplotlib, Plotly, or Bokeh. Jupyter lets the users narrate ...