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
It seems to make sense to have #4 done as a prerequisite so that the programming language is known. Then, depending on the programming language, set the character sequence appended to the beginning of a line (e.g. // or #) according to the programming language. This sequence should be added automatically when hitting cmd + / in the Jupyter Notebook. We might be able to set this in the kernelspec?
The text was updated successfully, but these errors were encountered:
niconomaa
changed the title
Change default jupyter notebook cmd + / logic depending on the programming language.
Use language specific comments in juypter notebook.
May 16, 2019
It seems to make sense to have #4 done as a prerequisite so that the programming language is known. Then, depending on the programming language, set the character sequence appended to the beginning of a line (e.g.
//
or#
) according to the programming language. This sequence should be added automatically when hitting cmd + / in the Jupyter Notebook. We might be able to set this in the kernelspec?The text was updated successfully, but these errors were encountered: