<div dir="ltr"><div>Hi all,</div><div><br></div><div>After jupyter Notebook ver. 4.0 old method does not work (seebellow).<br></div><div>How do I install develompment version of Jupyter Notebook?</div><div><br></div><div>$ wget <a href="https://bootstrap.pypa.io/get-pip.py">https://bootstrap.pypa.io/get-pip.py</a><br></div><div>$ sudo python get-pip.py</div><div><br></div><div>$ sudo pip install virtualenv</div><div>$  cd ~</div><div>$ virtualenv local/python/jupyter</div><div>$ source local/python/jupyter/bin/activate</div><div><br></div><div>$ cd ipython</div><div>$ pip install -e ".[notebook]"</div><div><br></div><div>Could not find a version that satisfies the requirement jupyter-notebook (from ipython==4.0.0.dev0) (from versions: )</div><div>Some externally hosted files were ignored as access to them may be unreliable (use --allow-external jupyter-notebook to allow).</div><div>No matching distribution found for jupyter-notebook (from ipython==4.0.0.dev0)</div><div><br></div><div><div>---</div><div>Best regards,</div><div>Ruslan Korniichuk</div></div></div>