William Stein

Results 451 issues of William Stein

I was just browsing the front page (https://nbviewer.org/), and the notebook link **right in the middle** (maybe the most central one that a person browsing might be drawn to) is...

fix #1011 This updates "Mining the Social Web" to 3rd edition, and also replaces the image with one from the third edition of the book (same dimensions). I also changed...

Using JupyterLab and the latest Google Chrome, I ran this: ```py import k3d from k3d.platonic import Icosahedron plot = k3d.plot(camera_auto_fit=False) plot += Icosahedron().mesh plot.display() ``` Then in the menu on...

Next release

Right now you can browse the directory tree of a project without starting the project. We haven't implemented a way to open and view non-shared files without starting the project....

A-jupyter
I-feature request

Ipywidgets v8 breaks cocalc's Jupyter. Not everything is broken, but this is: ```py import ipywidgets as widgets from IPython.display import display build_label = widgets.Label(value="Build:") json_button = widgets.Button(description="Bank from cache") json_regen_button...

I-bug
A-jupyter
P-blocker

Like this: https://github.com/sagemathinc/cocalc/stargazers

I-enhancement
A-share