| Summary: | How do I use cantor python notebook with a virtualenv? | ||
|---|---|---|---|
| Product: | [Applications] cantor | Reporter: | kndevl |
| Component: | python3-backend | Assignee: | Cantor Bugs <cantor-bugs> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | alexander.semke, yoyo.work.out |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
kndevl
2022-08-09 14:19:47 UTC
Hi I used to create an XDG launcher , and for command as below (you can see the path of my venv in the command) Exec = bash -c "source /opt/frameworks/python/venvs/default/bin/activate && cantor -qwindowicon cantor -qwindowtitle Cantor--Jupyter--Frontend %U" it works nice ! except for IPython %<command_name> , I get an error , but I can use all libs installed in the venv. regards |