ofek / ofek/pyapp

options for PYAPP_EXE_NOTEBOOK command

Open
#220 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.