Allow for changing the jupyter command line that we use#10062
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10062 +/- ##
=========================================
Coverage ? 61.31%
=========================================
Files ? 567
Lines ? 30641
Branches ? 4391
=========================================
Hits ? 18789
Misses ? 10872
Partials ? 980
Continue to review full report at Codecov.
|
DonJayamanne
left a comment
There was a problem hiding this comment.
With more configuration options, we also end up with more points of failure.
I'm concerned about Jupyter not starting because of this, user accidentally entering incorrect arguments.
Should we add users to check their arguments figure out why Jupyter isn't starting?
Or look for error messages that indicates some faulty argument in the cli...
Or is there a way to validate the arguments as being valid Jupyter arguments..
|
It's buyer beware. You enter the wrong arguments and jupyter might not start. Same as turning off the default config we generate. In reply to: 357132930 [](ancestors = 357132930) |
|
I could make the picker and the setting specified using the default as 'recommended' In reply to: 585285382 [](ancestors = 585285382,357132930) |
|
And this option is the ONLY option to get some people's system working. In reply to: 585285776 [](ancestors = 585285776,585285382,357132930) |
Make the default 'recommended'
|
Kudos, SonarCloud Quality Gate passed!
|
|
@DonJayamanne did you have more changes? I changed it to an array. |
For #8698
Added a new command to set the command line we use for starting jupyter.