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
If you want to use multiline comments for all your paired notebooks, you could also add
c.ContentsManager.cell_markers = '"""'
to your .jupyter/jupyter_notebook_config.py file.
However, when I add this string to my .jupyter/jupyter_notebook_config.py (or my .jupyter/jupyter_lab_config.py) file, the start-up messages that come up in terminal when I start Jupyter include the message:
Config option `cell_markers` not recognized by LargeFileManager
And there is no effect of the settings on my local jupytext functionality.
Am using miniconda on Windows 10.
The text was updated successfully, but these errors were encountered:
Documentation suggests
However, when I add this string to my
.jupyter/jupyter_notebook_config.py
(or my.jupyter/jupyter_lab_config.py
) file, the start-up messages that come up in terminal when I start Jupyter include the message:And there is no effect of the settings on my local jupytext functionality.
Am using miniconda on Windows 10.
The text was updated successfully, but these errors were encountered: