Ben Russert
Ben Russert
Looks like there are some unused deps like lodash in the package.json if that helps. https://github.com/nteract/nteract/blob/master/packages/data-explorer/package.json#L30
`{"Python": "%matplotlib qt5"}` try instead `{"Python 3": "%matplotlib qt5"}` The name of the key should be the `display_name` for the kernel. If you run `jupyter kernelspec list --json | grep...
@gragrou could you see what running the command `%history` outputs any time after starting a kernel? You should see that initial startup code at the top. `{"Python 3": "%matplotlib qt5"}`...
@lgeiger, I assumed it is intentional that the startup code is not run on `hydrogen:restart-kernel`, right?
Could/does `ansi-to-react` optionally return w/ class names instead of color style? If not, it could be enhanced to do so I think. [Anser](https://github.com/IonicaBizau/anser) has the option: > to set `use_classes:...
@lgeiger i'm just talking about the ones from `@import "syntax-variables";` For example `@syntax-text-color` and others just from the styleguide like `@text-color-error`
@bigheadming Check the above issue out related to error message backgrounds you mentioned.
Are you able to get a kernel working with another front end? For example does `jupyter notebook` work? Did you launch atom in a terminal with `atom .`? This makes...
@cdestael Can you try this again and see if the issue may have been resolved upstream? If that doesn't work, are you able to install other atom packages via apm...
It's interesting that a reinstall of atom worked, I wonder if there is some dependency conflict. I wonder if an uninstall/reinstall of hydrogen would have done the trick? > Would...