options for PYAPP_EXE_NOTEBOOK command
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
When using PYAPP_EXE_NOTEBOOK it generates python -m notebook ${PYTHON_EXE_NOTEBOOK_FILE_NAME}.ipynb
Any way to make it generate the command
python -m notebook --JupyterNotebookApp.default_url='/voila/render/${PYAPP_EXEC_NOTEBOOK_FILE_NAME}.ipynb'.
So maybe a way to override the default python -m notebook command arguments?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the PYAPP_EXE_NOTEBOOK handling and the code that assembles the python -m notebook command; no file or test is named in the issue. Done means notebook execution can accept or override command arguments so the requested default URL can be passed, with relevant tests updated or added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python, rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100