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
I think we would need to alter these lines of the notebook plugin. They are called by the actual plugin here. Maybe we could add an optional argument at the end of the tag that allows us to specify the language. Something like this might work:
Looking at this page again, it does look like the python and julia are highlighted correctly (notice the pandas import at the top is correct python highlighting and the keywords for julia are correctly highlighted in the rest of the file), they are just using the same color scheme. Would you prefer that we had a different color scheme for each of them?
Maybe be could agree on a color code to distinguish Python from Julia.
We could use it to alter the CSS of Julia/Python notebooks or to change the way Python/Julia code blocks are displayed in regular posts.
The text was updated successfully, but these errors were encountered: