##// END OF EJS Templates
Merge pull request #9445 from Carreau/js-alias...
Matthias Bussonnier -
r22315:d4e6b7d8 merge
parent child Browse files
Show More
@@ -32,7 +32,10 b' class DisplayMagics(Magics):'
32
32
33 @cell_magic
33 @cell_magic
34 def js(self, line, cell):
34 def js(self, line, cell):
35 """Run the cell block of Javascript code"""
35 """Run the cell block of Javascript code
36
37 Alias of `%%javascript`
38 """
36 self.javascript(line, cell)
39 self.javascript(line, cell)
37
40
38 @cell_magic
41 @cell_magic
General Comments 0
You need to be logged in to leave comments. Login now