If I look at Anaconda packages ( http://docs.continuum.io/anaconda/pkg-docs ), in version 4.0 there is a package named "nbconvert" +0.0 . The github nbconvert website ( https://github.com/jupyter/nbconvert/releases ) has a newer version (I need this one) 4.1.0 . Now, how to install this version on my machine? If i try
conda install nbconvert
He will install version 4.0.0. but i need this new
If I try to search for this package with
anaconda search -t conda nbconvert
He finds version 4.0.0
- conda nbconvert pip.
nbconvert
:
conda remove nbconvert pip install nbconvert
nbconvert, jupyter nbconvert --version. , 4.1.0.
jupyter nbconvert --version
4.1.0
, , Continum analytics . pip uninstall conda install conda.
pip uninstall
conda install
conda
Source: https://habr.com/ru/post/1662679/More articles:AssertionError: this root view is already bound to the catalyst instance manager - androidAssign new value to std :: - c ++ functionMockito, considering stubbing as a challenge - javaWhat is the relationship between RGB, XYZ color space and color matching? - colorsWhy can some packages be updated in Pip and not in Conda? - pythonSwift 3: What is the safest way to expand additional values ββfrom an array? - iosWhy didDeselectItemAt from UICollectionView throw an unexpected nil error and Swift application crashes? - iosdidDeselectRowAtIndexPath indexPath nil - swiftVB.net Integer and Short Conversion, GetMessagePos () - vb.netWhat are the unwanted side effects of open in ioctl? - cAll Articles