curvenote / support

Repository logging issues related to the Curvenote Platform and Chrome extension
1 stars 0 forks source link

Problems importing Julia notebooks #48

Open stevejpurves opened 2 years ago

stevejpurves commented 2 years ago

I was working with a jupyter notebook on Julia and found out that for a Julia notebook, Curvenote does not import the blocks with “figures” and “graphs” in them! This was on a Mac 11.6.4 running on Brave browser. I also tried to work with an ipynb file generated using Vscode with Julia as backend, but that ipynb file uploaded alright to curvenote but thereafter did not get processed. However, if this ipynb file was then processed using Jupyter Notebook, Curvenote was able to “see” and sync the notebook but it would not import the figures and graphs created using Gadfly.jl (this is Julia’s ggplot()). I tried saving the plots as png but that did not work as well. Not sure if this is a bug but some help or words to the wise would be great.

See: https://github.com/arinbasu/curvenote_tests/blob/main/julia_tes.ipynb