repo2docker/tests/pipfile/py2-with-server-and-kernel-req
Erik Sundell 0ff737df1b
Fix typo
Co-Authored-By: Tim Head <betatim@gmail.com>
2019-06-25 09:17:30 +02:00
..
Pipfile Add test for using py2 with pipfile 2019-06-23 05:45:25 +02:00
Pipfile.lock Add test for using py2 with pipfile 2019-06-23 05:45:25 +02:00
README.rst Fix typo 2019-06-25 09:17:30 +02:00
requirements3.txt Add test for using py2 with pipfile 2019-06-23 05:45:25 +02:00
verify Autoformatting 2019-06-23 06:38:31 +02:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Python 2 - Pipfile and requirements3.txt
----------------------------------------

- We should get Python 2 setup for the Kernel
   - with 'numpy' installed through Pipfile as listed in 'packages'
   - with 'parse' installed  through Pipfile as listed in 'dev-packages'
- We should get Python 3 setup for the Notebook Server, with 'nbgitpuller' installed through requirements3.txt