зеркало из https://github.com/microsoft/ivy.git
10 строки
279 B
Bash
Executable File
10 строки
279 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Copyright (c) Microsoft Corporation. All Rights Reserved.
|
|
|
|
# Set PYTHONPATH and start IPython notebook server
|
|
|
|
# Use start_notebook_server --no-browser to not open the default browser
|
|
|
|
env PYTHONPATH=`pwd`/../ivy:`pwd`/../src/ivy:$PYTHONPATH ipython notebook "$@"
|