Forums

How to julia code .jl file in pythonanywhere

i have a code in jupyter notebook in julia language with .jl and .ipynb extension but i am not able to run that in pythonanywhere.

is there a way that i can execute it in python or ipython or bash console? or can i convert it in python language and then execute it in pythonanywhere.?

We do not support Julia at them moment. You will need to translate your Julia code to Python.