Luke Davis
Luke Davis
On second thought... even though this matplotlib example is weird it probably makes more sense to assign identical labels to each line rather than raising an error. That way users...
Bizarre... thanks for the report.
Hi Riley, thanks for the PR and the issue threads, appreciate the help! Yep the past year has been a bit intense -- the original plan was to try to...
Just ran into this issue. It's less insidious if labels in each multi-index level are unique -- just raises an `InvalidIndexError`.
Here is more context (github gave me comment-too-long errors). Troubleshoot Output $PATH: /Users/ldavis/mambaforge/bin /Users/ldavis/mambaforge/condabin /Users/ldavis/bin /Users/ldavis/.local/bin /Users/ldavis/.iterm2 /Users/ldavis/nvim/bin /Users/ldavis/go/bin /Users/ldavis/node/bin /Users/ldavis/.deno/bin /Users/ldavis/.rvm/gems/ruby-2.6.0/bin /Users/ldavis/.rvm/gems/ruby-2.6.0@global/bin /Users/ldavis/.rvm/rubies/ruby-2.6.0/bin /Users/ldavis/.rvm/bin /Applications/Calibre.app/Contents/MacOS /Applications/Skim.app/Contents/SharedSupport /Applications/Skim.app/Contents/MacOS /Users/ldavis/builds/ncl-6.6.2/bin /Users/ldavis/builds/matlab-r2019a/bin...
Yep the GUI "connect" interface works -- only the `jlab` command fails.
Having this would just be a minor convenience -- currently when connecting to more than one server I have to: Click hamburger menu -> click "new window..." -> click "connect..."...
Encountered this problem again in my latest jupyter notebook so just wanted to bump this issue @tonyfast. Could this be a relatively simple fix?
I think this can be implemented by changing the below `selectAbove()` and `selectBelow()` lines from: ```ts if (!possibleNextCell.inputHidden && !possibleNextCell.isHidden) { break; } ``` to the following: ```ts if (!possibleNextCell.isHidden)...