n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.18k stars 187 forks source link

Does ijsconsole Support Persistent History? #136

Closed dosentmatter closed 6 years ago

dosentmatter commented 6 years ago

Does ijsconsole Support Persistent History? I read that ipython stores it in an sqlite database. I don't see anything for ijsconsole. An sqlite database isn't necessary. A basic plain text history file is good enough.

n-riesco commented 6 years ago

No, it doesn't. I haven't implemented that feature (yet) in the IJavascript kernel (since execution history is language-independent, I wish frontends would implement this feature, rather than having every kernel to reimplement it).

dosentmatter commented 6 years ago

Oh okay. Thanks for the quick response. I'm gonna close this issue for now.