We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3049d commit 10ab6deCopy full SHA for 10ab6de
Makefile
@@ -11,8 +11,3 @@ clean:
11
@find ./ -name 'Thumbs.db' -exec rm -f {} \;
12
@find ./ -name '*~' -exec rm -f {} \;
13
@find ./ -name '.DS_Store' -exec rm -f {} \;
14
-
15
-aqua.test:
16
- pip install -e .
17
- jupyter server extension enable --py ads.aqua.extension
18
- jupyter lab --NotebookApp.disable_check_xsrf=True --no-browser
0 commit comments