-
Notifications
You must be signed in to change notification settings - Fork 76
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
ErrorException: Invalid dependency (must be a url, file, or AssetRegistry path): C:\Users\Stephen\.julia\packages\Knockout\3gjS1\src\..\assets\knockout.js #406
Comments
Run Pkg.build() |
Thanks for the pkg>build instruction, but now I am getting: WebIO not detected. Please read the troubleshooting guide for more information on how to resolve this issue. https://juliagizmos.github.io/WebIO.jl/latest/troubleshooting/not-detected/ I have been through the troubleshooting guide many times, but alas to no avail! |
Are you using Jupyter? If so, Jupyter notebook or Jupyter lab? What command are you using to launch Jupyter? |
I am using Visual Studio Code with Jupyter Notebook , I think! But after having gone through https://juliagizmos.github.io/WebIO.jl/latest/troubleshooting/not-detected/ multiple times, I now have NBextension, Jupyter, and Jupyterlab! This was whilst I was trying to work out what was wrong during my original query! Jupyter starts in VSCode. Is there anyway that I can start afresh, without having to download Windows again? |
Apparently it was the: I can now use Jupyter in my browser, but I obtain many [Info: statements, of which the last one is very long: [ Info: running setenv( Is this normal, or is there something which needs remedied? Could it be the following statements, which should go somewhere, but are flagged as errors if I try putting them at the top of Project.toml, or Manifest.toml? (Using VSCode!) cd(@DIR) Regards, |
Hi there,
After entering:
using Interact
ui = button()
display(ui)
I receive the following Exception:
ErrorException: Invalid dependency (must be a url, file, or AssetRegistry path): C:\Users\Stephen.julia\packages\Knockout\3gjS1\src..\assets\knockout.js
If I go to that location, I find there a knockout.jl, but no knockout.js!
Can anyone help?
Regards,
Stephen
The text was updated successfully, but these errors were encountered: