pantsbuild / pants

The Pants Build System
https://www.pantsbuild.org
Apache License 2.0
3.21k stars 619 forks source link

First class support for launching jupyter notebooks via e.g. `./pants repl` #6378

Open kwlzn opened 5 years ago

kwlzn commented 5 years ago

to support exploratory work in python for data science/machine learning, we'd like to add first class support to pants for launching jupyter notebooks in the context of e.g. ./pant repl ....

relates to #5429 and #3423 - tho I wonder how folks might feel about a new top level goal for this given the nature of notebook launching + a desire for arg simplicity? e.g. ./pants notebook ....

alternatively, along the lines of #5429 something like ./pants repl.py --backend=notebook ... would probably also work.

thejcannon commented 2 years ago

@kwlzn I re-assigned myself. It's something I'm actively working on in my dayjob repo and plan on upstreaming

da-tubi commented 1 year ago

Here is a work-around: https://github.com/da-tubi/jupyterlab-best-practice

huonw commented 10 months ago

Potentially this will be much improved by https://github.com/pantsbuild/pants/pull/19858 (although that may not be 100% "first-class").