This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Issue with jupyter notebook #59
Comments
@ModMaamari What version of Rasbian are you running? You may need to update to a newer version. |
|
Is the cause of the error is the version of my OS? FYI :
PLEASE HELP! |
You need to update to stretch to use the berryconda packages. Older packages were built to support jessie but newer packages require stretch. |
Thanks, I'll try to update it, hope that solves the problem :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Berryconda3-1.0.0-Linux-armv7l.sh in my Raspberry Pi 3 Model B.
Berryconda3 was installed successfully.
When I run :
jupyter
I get :
usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [subcommand] jupyter: error: one of the arguments --version subcommand --config-dir --data-dir --runtime-dir --paths is required
And when I try to run :
jupyter notebook
I get this error :
I installed jupyter notebook using conda, and I checked that it is installed and it is in (conda list)
How can I run jupyter notebook ?
The text was updated successfully, but these errors were encountered: