So as far as I know Jupyter Notebook uses the CodeMirror editor to render 
code cells. In the CodeMirror documentation 
<https://codemirror.net/doc/manual.html#api> I found the method 
`doc.getValue` which is supposed to give the editor's content. According to 
this 
topic 
<https://groups.google.com/forum/#!searchin/jupyter/JS$20APi%7Csort:relevance/jupyter/1syLAOfC0jA/BgpRGN-FCgAJ>,
 
there is no documentation for the JS API of Jupyter Notebook.

My question is: How do I get the (code) content of a/all code cell(s)? 
Better even would be a way to get only the code cell's contents of code 
cells, which are assigned a specific CSS class or other identifying feature.

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/996ce1d8-607f-4fa0-b389-2fdf4f19c5bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to