repo2docker/tests/pipfile/py2-with-server-and-kernel-req
pre-commit-ci[bot] 27c2b403db [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-10-31 22:32:14 +00: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 [pre-commit.ci] auto fixes from pre-commit.com hooks 2022-10-31 22:32:14 +00: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