Friedrich Hagedorn
Friedrich Hagedorn
This question arise from https://stackoverflow.com/q/27621369/5599281 with the nice answer from Will Bender https://stackoverflow.com/a/60607569/5599281 to use git config --global core.pager "less; tput cuu 1 && tput ed" The only drawback of...
- In the actual version the thumbnails show the whole slide (audience slide and note slide). I think it would be more useful to show only the audience slide -...
Although the linear interpolation of the given data points is normally a nice feature I want the cursor only snaping to the data points exactly. I can workaround this need...
How to embed an interactive matplotlib figure into an Output widget? ``` python %matplotlib notebook import matplotlib.pylab as plt from IPython.display import display from ipywidgets import Output out = Output()...