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
pytest
fails because the test suite tries to new_window to create a new notebook, which does not work for JupyterLab.
new_window
Currently I have switched to running tests one by one in .travis.yml, namely
- cd test && pytest test_frontend.py -v && pytest test_magics.py -v && pytest test_workflow.py -v
but we should fix new_notebook when we get a chance.
new_notebook
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fails because the test suite tries to
new_window
to create a new notebook, which does not work for JupyterLab.Currently I have switched to running tests one by one in .travis.yml, namely
but we should fix
new_notebook
when we get a chance.The text was updated successfully, but these errors were encountered: