-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
live-view! cannot find file #134
Comments
Hi @jefffriesen. Thanks for posting on this. You have to specify the complete path to the file. Please try Second thing I'll point out is that in notebook mode, you'll probably want to use
instead of I realize this feature is a bit under-documented, and it's probably time I break out the README (which has gotten quite long) into a number of separate documents. Maybe #135 will give me a nicer documentation path... Anyhow, thanks again for posting, and please let me know if you're able to get that working. |
@metasoarous Thanks for the tip on using |
Oh dear; I flubbed my correction. That should be |
One more thing: I noticed you're using Leiningen. One thing to be cautious of is that because Lein compiles namespaces on the classpath greedily on startup, if you put a lot of big data processing operations into your notebooks, that can cause problems. In theory, this shouldn't be a problem with |
@metasoarous |
Everything seems to be working fine except when I try to
live-view!
orlive-reload!
. Here's a screenshot of my setup withoz/view!
working. This is a brand newlein app
template with no other dependencies except[metasoarous/oz "1.6.0-alpha30"]
.Now when I try to run
(oz/live-view! "core.clj")
from the repl, I get this error:I get the same error whether I use
live-view!
orlive-reload!
. I'm using the latest Calva in VSCode. I've watched this video https://www.youtube.com/watch?v=yUTxm29fjT4 and can't see any significant difference in what I'm doing other than the editor and repl.Is the problem in my setup, this feature or somewhere in between? Thanks
The text was updated successfully, but these errors were encountered: