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
:app:
jupyterlite
Currently we have a couple of directives for either using the full JupyterLab interface, Notebook or REPL.
However this could be a bit tedious to maintain over time if more apps are added.
As noticed in #113 (comment), we could start introduce an :app: parameter to the directive.
To use Jupyter Notebook, this would mean using the notebooks app from JupyterLite:
notebooks
.. jupyterlite:: :width: 100% :height: 600px :app: notebooks :prompt: Try classic Notebook!
For JupyterLab:
.. jupyterlite:: :width: 100% :height: 600px :app: lab
For REPL:
.. jupyterlite:: :width: 100% :height: 600px :app: repl
Follow-up to #113 (comment)
The text was updated successfully, but these errors were encountered:
That looks like a nice API indeed, thanks for the suggestion! The notebooks app could be used by default.
Sorry, something went wrong.
No branches or pull requests
Problem
Currently we have a couple of directives for either using the full JupyterLab interface, Notebook or REPL.
However this could be a bit tedious to maintain over time if more apps are added.
Proposed Solution
As noticed in #113 (comment), we could start introduce an
:app:
parameter to the directive.To use Jupyter Notebook, this would mean using the
notebooks
app from JupyterLite:For JupyterLab:
For REPL:
Additional context
Follow-up to #113 (comment)
The text was updated successfully, but these errors were encountered: