File tree Expand file tree Collapse file tree 4 files changed +62
-1
lines changed Expand file tree Collapse file tree 4 files changed +62
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "cells" : [
3+ {
4+ "cell_type" : " code" ,
5+ "execution_count" : 1 ,
6+ "metadata" : {},
7+ "outputs" : [],
8+ "source" : [
9+ " import awswrangler as wr"
10+ ]
11+ },
12+ {
13+ "cell_type" : " code" ,
14+ "execution_count" : 2 ,
15+ "metadata" : {},
16+ "outputs" : [
17+ {
18+ "data" : {
19+ "text/plain" : [
20+ " '0.1.4'"
21+ ]
22+ },
23+ "execution_count" : 2 ,
24+ "metadata" : {},
25+ "output_type" : " execute_result"
26+ }
27+ ],
28+ "source" : [
29+ " wr.__version__"
30+ ]
31+ }
32+ ],
33+ "metadata" : {
34+ "kernelspec" : {
35+ "display_name" : " Python 3" ,
36+ "language" : " python" ,
37+ "name" : " python3"
38+ },
39+ "language_info" : {
40+ "codemirror_mode" : {
41+ "name" : " ipython" ,
42+ "version" : 3
43+ },
44+ "file_extension" : " .py" ,
45+ "mimetype" : " text/x-python" ,
46+ "name" : " python" ,
47+ "nbconvert_exporter" : " python" ,
48+ "pygments_lexer" : " ipython3" ,
49+ "version" : " 3.7.4"
50+ }
51+ },
52+ "nbformat" : 4 ,
53+ "nbformat_minor" : 4
54+ }
Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ twine~=3.1.1
88wheel ~= 0.33.6
99sphinx ~= 2.3.1
1010pyspark ~= 2.4.4
11- pyspark-stubs ~= 2.4.0.post6
11+ pyspark-stubs ~= 2.4.0.post6
12+ jupyter ~= 1.0.0
13+ jupyterlab ~= 1.2.4
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ docker run \
1212 --workdir /aws-data-wrangler/testing \
1313 -v $( dirname $PWD ) :/aws-data-wrangler/ \
1414 -it \
15+ -p 8888:8888 \
1516 --entrypoint /bin/bash \
1617 awswrangler-testing
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -e
3+
4+ jupyter lab --ip 0.0.0.0 --no-browser --allow-root
You can’t perform that action at this time.
0 commit comments