ipython-in-depth
ipython-in-depth copied to clipboard
IPython and Jupyter in-depth Tutorial, first presented at PyCon 2012
Question : Error pop-up but I cannot find the path - /srv/conda/envs/notebook/lib/python3.6/site-packages/selenium/webdriver/common/. Which path could I put "chromedriver.exe" back to solve FileNotFoundError? Cell : Driver = webdriver.Chrome(r'C:\Users\chromedriver.exe') Error: --------------------------------------------------------------------------- FileNotFoundError...
Create this document to practice DataFrames
I am trying to transfer environment.yml to requirements.txt and use pip install -r requirements.txt to install all packages.. Looks like nodejs package only have 0.1 version...?? Is Nodejs we install...
Expand beyond plain python to say that `!ls` is not really a list :-)
Probably next to tab completion.
cf https://github.com/computationalmodelling/nbval This is just testing the setup. I haven't attempted to do any nbval configuration or fix any errors it catches yet.