-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide or Un-Hide Different Branch's Features from Current Branch? #1107
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Update It happens in a special case. Let's say I've the following branches:
And, currently, I'm on Above, my current branch is |
It's |
Could you please provide the output of the following command: |
Config option `kernel_spec_manager_class` not recognized by `ListLabExtensionsApp`.
[W 2022-04-13 11:20:05.946 LabApp] Config option `kernel_spec_manager_class` not recognized by `LabApp`.
JupyterLab v3.2.9
/opt/conda/share/jupyter/labextensions
nbdime-jupyterlab v2.1.1 enabled OK
jupyterlab-jupytext v1.3.8 enabled OK (python, jupytext)
@jupyterlab/git v0.34.2 enabled OK (python, jupyterlab-git)
@jupyterlab/server-proxy v3.2.1 enabled OK
@jupyter-widgets/jupyterlab-manager v3.0.1 enabled OK (python, jupyterlab_widgets)
Other labextensions (built into JupyterLab)
app dir: /opt/conda/share/jupyter/lab
beatrix_jupyterlab v3.1.7 disabled OK
jupyterlab-plotly v5.6.0 enabled OK
plotlywidget v4.14.3 enabled OK
wit-widget v1.8.1 enabled OK
Disabled extensions:
beatrix_jupyterlab (all plugins) |
Would you mind testing the latest To upgrade, execute:
|
Hide or Un-Hide Different Branch's Features from Current Branch?
Let's say, I've created a new git repository, named GitTest. Currently, it contains only one branch (
main
). Now, in jupyter lab, I clone this repo and go to theGitTest
folder. After that, in jupyter-lab, there is a Git extension on the left side. From there, I created a new branch calledadd_text
from themain
branch. I added some dummy text files and commits and push to the remote repository. Now, if I go to theGitTest
folded, I can see some dummy text files, which come from theadd_test
branch.Now, again I created a new branch from the
main
branch, called itadd_html
, and set it as a current branch. So my current branch isadd_html
. Now, if I go to theGitTest
folder to add some dummy HTML, I can still view the dummy text file which I added from theadd_text
branch. And I think it should not be visible by now as I switch to another branch.Is it expected? (This behavior is unlike to VS-Code. ).
The text was updated successfully, but these errors were encountered: