Jupyter Lab Extension installation warning (ipywidgets)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7:
Browserslist 2 could fail on reading Browserslist >3.0 config used in
other tools.
.. SNIP...
warning "@jupyterlab/vdom-extension >
@nteract/transform-vdom@1.1.1" has incorrect peer dependency
"react@^15.6.1".
.. SNIP...
warning Your current version of Yarn is out of date. The latest version is "1.12.3", while you're on "1.9.4".1
Installed Jupyter Lab extension as per the official docs.
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Should I worry about these ? (for working with Jupyter Lab) and I don't even have Yarn installed. I use Minoconda and using conda-forge channel
NOTE: Nodejs is installed in the primary environment while these warning came when I was installing Jupyter Lab Extensions in an environment named geospatial, and geospatial does not have Nodejs. Both don't have Yarn.
node.js miniconda jupyter-lab ipywidgets
add a comment |
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7:
Browserslist 2 could fail on reading Browserslist >3.0 config used in
other tools.
.. SNIP...
warning "@jupyterlab/vdom-extension >
@nteract/transform-vdom@1.1.1" has incorrect peer dependency
"react@^15.6.1".
.. SNIP...
warning Your current version of Yarn is out of date. The latest version is "1.12.3", while you're on "1.9.4".1
Installed Jupyter Lab extension as per the official docs.
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Should I worry about these ? (for working with Jupyter Lab) and I don't even have Yarn installed. I use Minoconda and using conda-forge channel
NOTE: Nodejs is installed in the primary environment while these warning came when I was installing Jupyter Lab Extensions in an environment named geospatial, and geospatial does not have Nodejs. Both don't have Yarn.
node.js miniconda jupyter-lab ipywidgets
add a comment |
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7:
Browserslist 2 could fail on reading Browserslist >3.0 config used in
other tools.
.. SNIP...
warning "@jupyterlab/vdom-extension >
@nteract/transform-vdom@1.1.1" has incorrect peer dependency
"react@^15.6.1".
.. SNIP...
warning Your current version of Yarn is out of date. The latest version is "1.12.3", while you're on "1.9.4".1
Installed Jupyter Lab extension as per the official docs.
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Should I worry about these ? (for working with Jupyter Lab) and I don't even have Yarn installed. I use Minoconda and using conda-forge channel
NOTE: Nodejs is installed in the primary environment while these warning came when I was installing Jupyter Lab Extensions in an environment named geospatial, and geospatial does not have Nodejs. Both don't have Yarn.
node.js miniconda jupyter-lab ipywidgets
warning css-loader > cssnano > autoprefixer > browserslist@1.7.7:
Browserslist 2 could fail on reading Browserslist >3.0 config used in
other tools.
.. SNIP...
warning "@jupyterlab/vdom-extension >
@nteract/transform-vdom@1.1.1" has incorrect peer dependency
"react@^15.6.1".
.. SNIP...
warning Your current version of Yarn is out of date. The latest version is "1.12.3", while you're on "1.9.4".1
Installed Jupyter Lab extension as per the official docs.
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Should I worry about these ? (for working with Jupyter Lab) and I don't even have Yarn installed. I use Minoconda and using conda-forge channel
NOTE: Nodejs is installed in the primary environment while these warning came when I was installing Jupyter Lab Extensions in an environment named geospatial, and geospatial does not have Nodejs. Both don't have Yarn.
node.js miniconda jupyter-lab ipywidgets
node.js miniconda jupyter-lab ipywidgets
edited Nov 25 '18 at 7:21
Arnuld
asked Nov 25 '18 at 7:13
ArnuldArnuld
227
227
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I think it had something to with the version of npm which was pulling some unstable version of yarn. There has been few problems with npm registry recently:
https://en.wikipedia.org/wiki/Npm_(software)#Notable_breakages
I waited for few months and today I removed the entire Minoconda installation. Purged all the cache and config directories and files in my $HOME too.
Then purged all files and directories related to npm and nodejs in my $HOME. Removed them from my Arch Linux. Updated Arch and then installed nodejs and npm .
last, did a fresh installation of Miniconda then installed ipywidgets and everything worked fine.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53465429%2fjupyter-lab-extension-installation-warning-ipywidgets%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think it had something to with the version of npm which was pulling some unstable version of yarn. There has been few problems with npm registry recently:
https://en.wikipedia.org/wiki/Npm_(software)#Notable_breakages
I waited for few months and today I removed the entire Minoconda installation. Purged all the cache and config directories and files in my $HOME too.
Then purged all files and directories related to npm and nodejs in my $HOME. Removed them from my Arch Linux. Updated Arch and then installed nodejs and npm .
last, did a fresh installation of Miniconda then installed ipywidgets and everything worked fine.
add a comment |
I think it had something to with the version of npm which was pulling some unstable version of yarn. There has been few problems with npm registry recently:
https://en.wikipedia.org/wiki/Npm_(software)#Notable_breakages
I waited for few months and today I removed the entire Minoconda installation. Purged all the cache and config directories and files in my $HOME too.
Then purged all files and directories related to npm and nodejs in my $HOME. Removed them from my Arch Linux. Updated Arch and then installed nodejs and npm .
last, did a fresh installation of Miniconda then installed ipywidgets and everything worked fine.
add a comment |
I think it had something to with the version of npm which was pulling some unstable version of yarn. There has been few problems with npm registry recently:
https://en.wikipedia.org/wiki/Npm_(software)#Notable_breakages
I waited for few months and today I removed the entire Minoconda installation. Purged all the cache and config directories and files in my $HOME too.
Then purged all files and directories related to npm and nodejs in my $HOME. Removed them from my Arch Linux. Updated Arch and then installed nodejs and npm .
last, did a fresh installation of Miniconda then installed ipywidgets and everything worked fine.
I think it had something to with the version of npm which was pulling some unstable version of yarn. There has been few problems with npm registry recently:
https://en.wikipedia.org/wiki/Npm_(software)#Notable_breakages
I waited for few months and today I removed the entire Minoconda installation. Purged all the cache and config directories and files in my $HOME too.
Then purged all files and directories related to npm and nodejs in my $HOME. Removed them from my Arch Linux. Updated Arch and then installed nodejs and npm .
last, did a fresh installation of Miniconda then installed ipywidgets and everything worked fine.
edited Mar 22 at 4:53
answered Mar 22 at 4:46
ArnuldArnuld
227
227
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53465429%2fjupyter-lab-extension-installation-warning-ipywidgets%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown