-
-
Notifications
You must be signed in to change notification settings - Fork 117
[BUG] Unable to install #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, eurekazheng It seems like the visualpy batch file does not find the path where the Visual Python package was downloaded. STEP 1. Fine the folder
Name: visualpython STEP 2. Copy 'visualpython' folderFROM C:\users\admin\anaconda3\lib\site-packages\visualpython 📌 where the package is now 📌 STEP 3. Enable the extension
|
#78 - modify visualpy, visualpy.bat: Add argument(ex: --pip3 )
Thank you Hyewon! That resolved my issue. |
#78 - 2nd modify visualpy, visualpy.bat: Add argument(ex: --pip3 )
Describe the bug
Files not found while
visualpy install
. Showing:Jupyter notebook shows no buttons for visualpython.
To Reproduce
Steps to reproduce the behavior:
conda activate data
pip install visualpython
pip install jupyter_contrib_nbextensions
(optional)visualpy install
Expected behavior
Successfully installed and displays the visualpython button.
Screenshots
Not needed.
Desktop (please complete the following information):
VisualPython Information (please complete the following information):
Additional context
Not needed.
The text was updated successfully, but these errors were encountered: