Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
- packaging to be done by conda; conda packaged kernels are the easiest to use (something Robert found out when testing other kernels)
- conda emulates a fresh Python environment; usually, most Python environments of developers are somehow broken or dirty
- the conda installations do not go into the main Python code base of the computer
- “you first pip install conda and then you conda install stuff”
- we avoid a lot of complexity by not using a Python connector at all, but connecting to MariaDB through the mariadb command line
- for this purpose, we import pexpect