rht
rht
It should be possible to use raw HTML table in GFM (https://github.github.com/gfm/#raw-html).
Converted using https://tableconvert.com/latex-to-html (not perfect, but at least better than doing it completely by hand). ```html extbf{Agents.jl 4.4} \textbf{Mesa 0.8} \textbf{NetLogo 6.2} \textbf{Mason 20.0} \textbf{Agents.jl 4.4} \textbf{Mesa 0.8} \textbf{NetLogo 6.2}...
No, they are remnants from LaTeX, including the `\textbf`'s. The `\cellcolor`'s need to be replaced with HTML classes, and have the color applied via CSS. Applying the style directly to...
@ganpa3 that PR is for app installer. The test procedure on appveyor.yml is different. You can still work on it.
Oh, actually, that PR includes `npm run test` on `windows-latest`.
#1694 is an attempt to fix this. Regarding with having an executable tutorial, I think it would work just fine if we provide a Binder/Colab link to the .ipynb files,...
Duplicate of #753.
Fixed by #936.
I tested running multiple tabs for the Solara viz, and one of the tabs crashed. It looks like the only way for the Solara viz to be accessed in parallel...
It's a deep traceback: ``` File "/venv/lib/python3.10/site-packages/ipywidgets/widgets/widget.py", line 220, in m return(method(self, *args, **kwargs)) File "/venv/lib/python3.10/site-packages/ipywidgets/widgets/widget.py", line 773, in _handle_msg self.set_state(state) File "/venv/lib/python3.10/site-packages/ipywidgets/widgets/widget.py", line 650, in set_state with self._lock_property(**sync_data), self.hold_trait_notifications():...