-
-
Notifications
You must be signed in to change notification settings - Fork 430
Open
Description
Describe the bug
Magic output does not show (except %%scalene -help)
To Reproduce
Steps to reproduce the behavior:
- Download
https://github.com/plasma-umass/scalene/blob/master/docs/scalene-demo.ipynb - Start in VSCode
- Run Cells from downloaded notebook
I guess this is related to #915
Expected behavior
Show --cli output
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: debian trixie (devcontainer on remote Rocky9 machine)
- Browser: VSCode
- Version: 1.104.0
If you have not yet tried with the repository version (python3 -m pip install git+https://github.com/plasma-umass/scalene), please try that before reporting.
Additional context
Trying to provide the minimal environment file where the problem occurs led to #915 even though I use 1.5.54.
I used following environment file:
name: test
channels:
- conda-forge
- nodefaults
dependencies:
- python>=3,<3.13
- numpy
- jupyter
- pip
- pip:
- scaleneThen the line which shows no output will report the error mentioned in the linked issue which was fixed(?!) in 1.5.53.
Metadata
Metadata
Assignees
Labels
No labels