datalass1 / fastai

this repo will show code and notes covered during the fastai course
0 stars 0 forks source link

truncated notebooks and testing new laptops #10

Closed datalass1 closed 5 years ago

datalass1 commented 5 years ago

Testing new laptop 21/12/2018. Seems to work fine technically so far if not a little slower (freezes) and stickier on the mouse pad.

Issue: with Jupyter notebook. Error when opening a fastai notebook 'The error was: [sprintf] expecting number but found string See the error console for details.' solution: https://forums.fast.ai/t/truncated-notebooks/24533

  1. work from the latest code in the fastai repo
  2. update conda (and pip too, why not) and ensure you can run conda activate
  3. destroy the fastai conda environment
  4. setup the fastai conda enviroment
  5. re-configure the IP address for Jupyter Notebook
  6. rm -r fastai
  7. git clone https://github.com/fastai/fastai.git