-
-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I would like to use this library as a GUI to a non-standard Jupyter kernel
Problem
I have been working through the code to better understand what how it works . There are so many layers between what you see and interact with and the communications with the Jupyter server. There are a couple of modifications or use cases I would like to see (and/or help implement):
- Suppress displaying the input part of the cell - or at least make it readonly (which I think would be easier). I want to execute a magic command to generate some graphics (or other actions for the kernel such as "save")
- parse the output text of a cell
- Add a new language to the CodeMirror editor.
Proposed Solution
I currently do not have a proposed solution. It may be more of an education thing for me rather than an actual change in implementation.
Additional context
The kernel I am trying to use is SysML v2 (https://github.com/Systems-Modeling/SysML-v2-Release).
I have that code running in 2 other Docker containers and I am using a node.js-based container for the frontend development.
-->
Metadata
Metadata
Assignees
Labels
No labels