Closed RahulBhalley closed 4 years ago
You could try using the %system
directive (described here) within the first cell to install any prerequisites for the notebook you need. That directive was primarily intended for installation of binaries needed before any Swift package could be installed, but might be useful for this as well.
Otherwise, SwiftAI has a shell()
command implemented here that can run post-install commands like this via "/bin/pip".shell("install package")
. I may not have the path and arguments right on that, but you get the general idea.
Thanks!
I cannot run the following code:
Not even % magic is working. I get the following error: