sr320 / course-fish546-2021

1 stars 1 forks source link

Sudo installing from Jupyter notebook #19

Closed Brybrio closed 3 years ago

Brybrio commented 3 years ago

I was trying to sudo install curl from the Jupyter notebook but it would not work after asking for my password. It was easily fixed by running it in the command line, but just curious on how to get it done from Jupyter

kubu4 commented 3 years ago

Just documenting discussion from class today.

Jupyter notebooks don't provide any sort of "interactive" interface. Generally, any commands that would require a response from the user won't work.