File tree 4 files changed +15
-6
lines changed
autovizwidget/autovizwidget
hdijupyterutils/hdijupyterutils
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.17.0
4
+
5
+ ### Features
6
+
7
+ * Customizable Livy authentication methods [ #662 ] ( https://github.com/jupyter-incubator/sparkmagic/pull/662 ) . Thanks @alexismacaskilll
8
+
9
+ ### Bug fixes
10
+
11
+ * Fix Dockerfile.jupyter build [ #672 ] ( https://github.com/jupyter-incubator/sparkmagic/pull/672 )
12
+
3
13
## 0.16.0
4
14
5
15
### Bug fixes
Original file line number Diff line number Diff line change 1
- __version__ = '0.16 .0'
1
+ __version__ = '0.17 .0'
Original file line number Diff line number Diff line change 1
- __version__ = '0.16 .0'
1
+ __version__ = '0.17 .0'
Original file line number Diff line number Diff line change 1
- __version__ = '0.16 .0'
1
+ __version__ = '0.17 .0'
2
2
3
3
from sparkmagic .serverextension .handlers import load_jupyter_server_extension
4
4
5
5
6
6
def _jupyter_server_extension_paths ():
7
- return [{
8
- "module" : "sparkmagic"
9
- }]
7
+ return [{"module" : "sparkmagic" }]
8
+
10
9
11
10
def _jupyter_nbextension_paths ():
12
11
return []
You can’t perform that action at this time.
0 commit comments