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
When running voila app.ipynb on notebooks generated with JupyterLab 4.1.6 (latest version) I get this error:
voila app.ipynb
File "/Users/neelashasen/Dev/doc/examples/voila/docker-based/env2/lib/python3.11/site-packages/nbconvert/exporters/templateexporter.py", line 380, in _load_template return self.environment.get_template(template_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neelashasen/Dev/doc/examples/voila/docker-based/env2/lib/python3.11/site-packages/jinja2/environment.py", line 1010, in get_template return self._load_template(name, globals) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neelashasen/Dev/doc/examples/voila/docker-based/env2/lib/python3.11/site-packages/jinja2/environment.py", line 969, in _load_template template = self.loader.load(self, name, self.make_globals(globals)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/neelashasen/Dev/doc/examples/voila/docker-based/env2/lib/python3.11/site-packages/jinja2/loaders.py", line 575, in load raise TemplateNotFound(name) jinja2.exceptions.TemplateNotFound: index.html.j2
voila
jupyterlab
iris = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/iris.csv') iris
Repeated the same steps with a notebook generated with JupyterLab 4.0.0 and didn't face this issue
No error
Paste the output from running `jupyter troubleshoot` from the command line here. You may want to sanitize the paths in the output.
Paste the output from your command line running `voila` here, use `--debug` if possible.
Paste the output from your browser Javascript console here.
Paste the output from your command line running `jupyter labextension list`.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When running
voila app.ipynb
on notebooks generated with JupyterLab 4.1.6 (latest version) I get this error:Reproduce
voila
andjupyterlab
.voila app.ipynb
Repeated the same steps with a notebook generated with JupyterLab 4.0.0 and didn't face this issue
Expected behavior
No error
Context
Troubleshoot Output
Command Line Output
Browser Output
If using JupyterLab
Installed Labextensions
The text was updated successfully, but these errors were encountered: