Using interactive, login terminals
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
Would be great to use interactive, login terminals when using the Jupyter Notebook's New Terminal feature. So equivalent to bash -il. Important for things like system installs of conda 4.4+ to activate environments and generally put conda on the path correctly.
Side note: It may be this is the typical case and it doesn't work for me for some reason, which would also be good to isolate.
Contributor guide
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 at the Jupyter Notebook New Terminal feature and inspect how it invokes the shell. Reproduce the behavior with a system installation of conda 4.4+; done means a new terminal behaves like bash -il and makes conda environments available on the path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, jupyter-notebook
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100