File tree 6 files changed +1745
-147
lines changed
6 files changed +1745
-147
lines changed Original file line number Diff line number Diff line change 23
23
setup_all :
24
24
@echo " setting up..."
25
25
@poetry config virtualenvs.in-project true
26
- @poetry install -vvv
26
+ @poetry install --only main --only debug --only test --only lint -vvv
27
+ @poetry run poetry run jupyter contrib nbextension install --user
28
+ @poetry run jupyter nbextension enable --py codeium --user
29
+ @poetry run jupyter serverextension enable --py codeium --user
27
30
28
31
.PHONY : format
29
32
format :
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " code" ,
5
+ "execution_count" : null ,
6
+ "id" : " initial_id" ,
7
+ "metadata" : {
8
+ "collapsed" : true
9
+ },
10
+ "outputs" : [],
11
+ "source" : []
12
+ }
13
+ ],
14
+ "metadata" : {
15
+ "kernelspec" : {
16
+ "display_name" : " Python 3" ,
17
+ "language" : " python" ,
18
+ "name" : " python3"
19
+ },
20
+ "language_info" : {
21
+ "codemirror_mode" : {
22
+ "name" : " ipython" ,
23
+ "version" : 2
24
+ },
25
+ "file_extension" : " .py" ,
26
+ "mimetype" : " text/x-python" ,
27
+ "name" : " python" ,
28
+ "nbconvert_exporter" : " python" ,
29
+ "pygments_lexer" : " ipython2" ,
30
+ "version" : " 2.7.6"
31
+ }
32
+ },
33
+ "nbformat" : 4 ,
34
+ "nbformat_minor" : 5
35
+ }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments