Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config option cell_markers not recognized by LargeFileManager #809

Closed
githubpsyche opened this issue Jun 27, 2021 · 1 comment · Fixed by #810
Closed

Config option cell_markers not recognized by LargeFileManager #809

githubpsyche opened this issue Jun 27, 2021 · 1 comment · Fixed by #810

Comments

@githubpsyche
Copy link

githubpsyche commented Jun 27, 2021

Documentation suggests

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.

@mwouts
Copy link
Owner

mwouts commented Jun 29, 2021

Hi @githubpsyche , thanks for reporting this, indeed that part of the documentation was lagging behind!

Does it work better if you set

cell_markers = '"""'

in a jupytext.toml file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants