You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug when switching languages.
To recreate:
Insert a Julia code cell.
Insert another code cell.
The code content in the cell will contain print('hello world') rather than the default Julia code content of println("Hello world!")
The text was updated successfully, but these errors were encountered:
There's a bug when switching languages.
To recreate:
The code content in the cell will contain
print('hello world')
rather than the default Julia code content ofprintln("Hello world!")
The text was updated successfully, but these errors were encountered: