File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
jupyter_notebook/tests/base Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55casper . notebook_test ( function ( ) {
66 var jsver = this . evaluate ( function ( ) {
77 var cell = IPython . notebook . get_cell ( 0 ) ;
8- cell . set_text ( 'import IPython ; print(IPython .__version__)' ) ;
8+ cell . set_text ( 'import jupyter_notebook ; print(jupyter_notebook .__version__)' ) ;
99 cell . execute ( ) ;
1010 return IPython . version ;
1111 } ) ;
@@ -15,7 +15,7 @@ casper.notebook_test(function () {
1515 // refactor this into just a get_output(0)
1616 this . then ( function ( ) {
1717 var result = this . get_output_cell ( 0 ) ;
18- this . test . assertEquals ( result . text . trim ( ) , jsver , 'IPython.version in JS matches IPython .' ) ;
18+ this . test . assertEquals ( result . text . trim ( ) , jsver , 'IPython.version in JS matches server-side .' ) ;
1919 } ) ;
2020
2121} ) ;
You can’t perform that action at this time.
0 commit comments