Jeff Laiosa
Jeff Laiosa
That json has `\n` characters in it which are most likely being interpreted by and expanded by `echo` -- or something -- into a literal newline. jq does not like...
I'd like to contribute. One area that I would suggest for improvement is **consistency among terms and definitions**. *[Jupyterlab](https://jupyterlab.readthedocs.io/en/stable/developer/terminology.html) and [Jupyter](https://jupyter.readthedocs.io/en/latest/glossary.html) both have a glossary, but neither is comprehensive*. Mainly,...
You could try using `backgroundjobs` from `IPython.lib` for your longer running cells. These cells would then not block later cells from executing. Assuming you are using IPython, it is straightforward:...
Upon further examination, `yarn` was emitting the error [YN0002 - MISSING_PEER_DEPENDENCY](https://yarnpkg.com/advanced/error-codes#yn0002---missing_peer_dependency). Ultimately, I was able to get everything working by adding missing dependencies to my workspace with `yarn add` and...
Suggestions needs to be an array of strings.
I am on **MacOS 14.3.1** _2.6 GHz 6-Core Intel Core i7_ When I try to open the binary for Mac (Intel) I see: ...
Its not a bad idea. But if keeping cell output out of source control is your primary concern, the easiest solution is to just clear the outputs before committing. There...