Fastai v0.7 install issues thread

Hi
Although this a a fix that works for the Paperspace etc. I have this issue in my local environment, and consider setting

allow_remote_access = True

to be a security issue locally.

I am trying to set a local environment with python = 3.7 and have followed the installation instructions played out in the documents for V1 in a virtual environment. The only difference with other environments are fastai 0.7 and python 3.6 in which the command

jupyter notebook

work fine. Any ideas where this difference is in the environments. which must read the same ~/.jupyter config file.

remote access

I filed this also at the above URL until I came across a note pointing to this discussion. Note that the issue is different than that posted by @gnarmis.

It possibly is Linux specific because I followed the same path on my Mac OSX 10.11.6 machine and 'jupyter notebook works fine there. Or something has changed in the last few days no more than 2 since I conda installed pytorch and fastai in both environments
Regards

EDIT…

Using the following command my new fast-3.7 environment server is now running

jupyter notebook --ip=‘localhost’ --port=8888

I note also using the

jupiter notebook --debug option

That a config file is loaded from the env fastai3.7 which is not the same for the env fastai which is 3.6 specific.

Regards