Skip to content
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

Version under conda-forge is still v0.07 (rather than current v0.08) #9

Closed
hiiwave opened this issue Mar 14, 2017 · 6 comments
Closed

Comments

@hiiwave
Copy link

hiiwave commented Mar 14, 2017

Hello,

I found this feature in v0.08 great: Prevent highlighting the currently-selected text, to make it clearer where the cursor is****

Though what I got was v0.07 as part of the jupyter_contrib_nbextensions collection.

I've also tried the following command.

conda install -c conda-forge jupyter_highlight_selected_word
Fetching package metadata .........
Solving package specifications: ..........

# All requested packages already installed.
# packages in environment at /anacondas/deepsim/envs/tensor3:
#
jupyter_highlight_selected_word 0.0.7                    py35_0    conda-forge

It seems that the version under conda is v0.07.

Could it be easily solved? Thanks.

@jcb91
Copy link
Owner

jcb91 commented Mar 14, 2017

So this happens because it's a separate package installed as a dependency without an explicitly required version. I think in future it will make sense to specify versions in the requirements for the contrib repo. For now you should be able to

conda update jupyter_highlight_selected_word

@hiiwave
Copy link
Author

hiiwave commented Mar 14, 2017

It seems that I could only get 0.07 under conda.

(env) $ conda update jupyter_highlight_selected_word
Fetching package metadata .........
Solving package specifications: ..........

# All requested packages already installed.
# packages in environment at /anacondas/deepsim/envs/tensor3:
#
jupyter_highlight_selected_word 0.0.7                    py35_0    conda-forge

@jcb91
Copy link
Owner

jcb91 commented Mar 14, 2017

Oh! My apologies, it seems I got halfway through updating the co da version, and then got stuck and forgot about it (see conda-forge/jupyter_highlight_selected_word-feedstock#4). I'm away from a computer for a few days, so it might take a little time for this, but hopefully will get to it sometime soon. Thanks for the heads up...

@hiiwave
Copy link
Author

hiiwave commented Mar 14, 2017

Thank you :)

@jcb91
Copy link
Owner

jcb91 commented Mar 14, 2017

Ok, 0.0.8 is available now for osx & Linux. The windows builds on appveyor are currently queued, so 0.0.8 windows packages should show up shortly once those builds run...

@hiiwave
Copy link
Author

hiiwave commented Mar 14, 2017

Thanks I could update to v0.08 now. Though this feature does not work to me: Prevent highlighting the currently-selected text, to make it clearer where the cursor is. I could verify I'm using v0.08 since the main.css shown in my chrome's devtool is identical to the latest version. I tried to analyze and it seems that CodeMirror-selectedtext isn't applied properly to selected texts under my environment. Since it's another issue, I'm closing it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants