|
|
|
|
|
by nwhitehead
3933 days ago
|
|
Yes, there is a way to install more packages. Inside the notebook you can do "import pineapple", then "%require NAME" which is just like doing "pip install NAME". There is also a provided pip shell script that should work but it's buried deep inside the Pineapple.app directory and not well tested. These methods work for pure Python packages. If the package needs compiling then there are more caveats and it may or may not work depending on your system. I'm looking into including conda directly to increase compatibility with prebuilt binaries and make package management easier. |
|
Compatibility with more prebuilt binaries would be great indeed (tried to install psycopg2 but it doesn't work)