Github messages for voidlinux
 help / color / mirror / Atom feed
From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] venv installed packages stopped working with jupyter lab
Date: Wed, 20 Mar 2024 21:19:02 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49402@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

New issue by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/issues/49402

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.22_1 x86_64 GenuineIntel uptodate hold rFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

### Package(s) Affected

python3-3.12.2_2, jupyterlab-4.0.12_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

https://github.com/marimo-team/marimo/issues/968

### Expected behaviour

I install a package in a python venv following the instuctions from 
and after activating it I can use it in jupyter lab. https://github.com/void-linux/void-packages/issues/47135#issuecomment-1826828577

This worked for me before but no longer works??? I don't know what happened...

### Actual behaviour

An installed package with venv is available to use in jupyter lab (after activating the environment)

### Steps to reproduce

1. Install jupyterlab
```
python -m venv --system-site-packages ~/venv
git clone https://github.com/gdamjan/hello-world-python-package.git
cd hello-world-python-package
~/venv/bin/pip install -e .
cd ..
. ~/venv/bin/activate
jupyter lab
```

In jupyter lab

```
from cool_lib import a
```

             reply	other threads:[~2024-03-20 20:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20 20:19 Eloitor [this message]
2024-03-20 20:51 ` classabbyamp
2024-03-20 21:40 ` Eloitor
2024-03-20 21:44 ` Eloitor
2024-03-20 22:03 ` Eloitor
2024-03-21 13:07 ` ahesford
2024-03-21 13:07 ` [ISSUE] [CLOSED] " ahesford
2024-03-21 20:19 ` Eloitor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49402@inbox.vuxu.org \
    --to=eloitor@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).