Grant Nestor

Results 169 comments of Grant Nestor

> by using javascript in the underlying model it allows for greater flexibility while still enabling you to write higher level functions that are much simpler: I agree that there's...

Ya, vdom could transpile any files passed to `import_component`, however if that file imports any other files (using ES modules), then those would not be transpiled. Webpack and rollup do...

@allefeld VDOM (virtual dom) is a concept underlying [React](https://reactjs.org/). The idea is that we don't _need_ to directly manipulate the DOM (because cumbersome) and some would argue that we shouldn't....

@allefeld Theoretically, you would just update the display of the cell containing the JSON tree visualization with the new JSON for the Python variable (e.g. `output_handle.update(json_component(new_json)))`) and VDOM (more specifically...

@jonmmease If I understand you correctly, you're proposing that we create mimerender-like extensions for individual _dash components_ (like dash-table and dash-canvas) vs. entire dashboards? So that you could open a...

@kingjr When you click on Settings > Packages > jupyer-notebook, you will see the Settings section above the README section. You can set the jupyter path there (`which jupyter` should...

I see... It should look like: The config is clearly set [here](https://github.com/jupyter/atom-notebook/blob/master/lib/main.js#L13) I assume this is a platform-specific issue but I don't understand how config differs across platform. @kingjr Have...

This repo is not being actively maintained 🙁 In the meantime, I suggest that you look at [hydrogen](https://github.com/nteract/hydrogen) to run code inline in Atom's text editor, [nteract](https://github.com/nteract/nteract) (a new Jupyter...