Almenon / AREPL-electron

python scratchpad with real-time code evaluation
MIT License
73 stars 6 forks source link

Juypter extension #65

Open Almenon opened 6 years ago

Almenon commented 6 years ago

One of the people I spoke with at a python meetup said they would try AREPL out if it was a juypter notebook extension. I'm interested in this (juypter seems pretty cool) but there is not much info on how to create an extension for it. I've never even downloaded juypter, either - I should try it out first.

For now #64 Vscode extension is a higher priority.

Almenon commented 6 years ago

VSCode extension is done. 🎉

I started looking into a jupyter notebook extension - I got a cool thing going with html & javascript rendering in jupyter notebook, but it turns out jupyter lab doesn't support javascript rendering for security reasons. Darn! Was kind of a hacky solution anyways - best thing would be an official extension. Although jupyter doesn't have an extension marketplace like vscode :(

I might be doing a refactor of AREPL into react first - in which case a jupyter extension is a ways away.