Dan Baker

Results 32 issues of Dan Baker

Builds and runs in jupyter.

Kernel builds and appears to run fine. No examples as documented as of yet like in #76.

enhancement

Bash kernel needs to use bash interactive.

bug

The go kernel builds and runs properly. I tried running their [matrix operations](https://github.com/gopherdata/gophernotes/blob/master/examples/Matrix_Operations.ipynb) example but it could not import `"gonum.org/v1/gonum/mat"` and gave the following error. ```shell // debug: running "go...

**Describe the bug** Exception ": 1" raised on every cell when using the bash kernel in JupyterLab. **To Reproduce** Start jupyter lab Open a new notebook using the example bash...

bug

**Describe the bug** The Ansible kernel fails while trying to start the ansible playbook. **To Reproduce** Build the project. Run jupyter-lab. Open the example Ansible kernel notebook. Build ```shell nix...

bug

**Describe the bug** The Rust kernel fails to initialize with an error message saying it cannot find `sysroot` for `Cargo.toml`. **To Reproduce** Build the project. Run jupyter-lab. Open the example...

bug

### Overview There are [two ways](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#overview-of-extensions) to distribute extensions. A source extension is a JavaScript (npm) package that exports one or more plugins. Installing a source extension requires a user...

Adds the jupyterlab_email extension.