Skip to content
Discussion options

You must be logged in to vote

your computer needs to synchronize with the software servers before it can build your new workspace. Simply open the terminal and type

sudo apt update

to refresh the system's memory; this tells the computer exactly where the new files are located. Once that is done,

you must create a "Virtual Environment," which acts like a private toolbox where you can safely install the missing parts without the system blocking you. Open your terminal and run

python3 -m venv quarto-env

to create this workspace, then type

source quarto-env/bin/activate

to enter it. Once inside, simply run

pip install jupyter nbformat nbclient ipykernel

to add the "connector pins" Quarto is looking for; this satisfies the…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by wlatendresse
Comment options

You must be logged in to vote
1 reply
@wlatendresse
Comment options

Comment options

You must be logged in to vote
4 replies
@mcanouil
Comment options

@mcanouil
Comment options

@wlatendresse
Comment options

@wlatendresse
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
engines-jupyter Anything related to Jupyter engine
3 participants