William Stein

Results 451 issues of William Stein

I happen to have been revamping all of our HTML/Markdown rendering in CoCalc recently, and when that is done (it's close), it'll become possible to enable a mode in which...

A-markdown
A-security
A-html

The official myst extension for markdown is only implemented on the backend, relying on Python and Sphinx to generate output. However, there's been a lot of work to port this...

Jupytext adds a menu like this: So we would add a similar menu and on the backend we would add an extra hook that runs jupytext after saving to ipynb...

A-jupyter-extension

This project -- https://github.com/siefkenj/unified-latex We currently do support some ancient script https://ctan.org/pkg/latexindent?lang=en for making latex look better. However I real parser with an AST and use of prettier could be...

A-LaTeX

Input this into the markdown editor ```md x[ link](https://wstein.org) ``` Note the space before "link". The rendered value in the editable view on is missing that space. Strangely, switching to...

I-bug
A-markdown

This input with the anaconda 2021 kernel: ```py import pandas as pd from rdkit import Chem from rdkit.Chem import PandasTools # commenting/uncommenting this makes no difference to the mangling problem....

I-bug
A-jupyter
upstream

1. Make the markdown Editable slate editor panel skinnier than the internal format bar. 2. You can then scroll the editor over, which looks bizarre. Probably the optimal fix is...

I-bug
A-slate

CodeMirror version 6 may finally be sufficiently stable to consider switching to. Doing so in CoCalc will be a huge amount of work since the API has changed. It might...

E-Codemirror
A-upgrade

There was finally (7 months ago) an official release of immutable.js version 4.0.0. We should try to upgrade all of cocalc to use only that, rather than a mix of...

A-upgrade

Also, ensure "%matplotlib notebook" works, which maybe uses widgets? WORKAROUND: Use classical Jupyter mode, where widgets are fully supported.

A-jupyter
E-insanely-hard