We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behaviour: content manager checks that files ending in a particular extension are files not directories.
Actual behaviour: this isn't checked. Makes it impossible to open the directory in Jupyterlab.
Possible fix: Presumably there needs to be an extra command to check the filetype in the content manager.
PS. I'll try and have a look to fix next week but just want to check if anyone else has run into this? PPS. Jupytext is awesome :)
The text was updated successfully, but these errors were encountered:
Hello @alexmorley , thanks for reporting this! Sure, we'll fix this - I will soon publish a new version with the fix...
Sorry, something went wrong.
Directories are not notebooks
f3afb39
Fixes #228
e98a526
This is corrected in version 1.1.2, available now on pip, and tomorrow on conda-forge. Thanks @alexmorley for reporting this !
No branches or pull requests
Expected behaviour:
content manager checks that files ending in a particular extension are files not directories.
Actual behaviour:
this isn't checked. Makes it impossible to open the directory in Jupyterlab.
Possible fix:
Presumably there needs to be an extra command to check the filetype in the content manager.
PS. I'll try and have a look to fix next week but just want to check if anyone else has run into this?
PPS. Jupytext is awesome :)
The text was updated successfully, but these errors were encountered: