mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 05:22:56 +00:00
Implement run-hooks as a separate script (#1979)
* Implement run-hooks as a separate script * Add more tests * Add more docs
This commit is contained in:
5
tests/docker-stacks-foundation/run-hooks-data/executable.py
Executable file
5
tests/docker-stacks-foundation/run-hooks-data/executable.py
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
print("Executable python file was successfully run")
|
Reference in New Issue
Block a user