##// END OF EJS Templates
warnings for empty cells with %%sx, %%system, or %%!...
warnings for empty cells with %%sx, %%system, or %%! Warns the user if they run a %%sx derivative with an empty cell - issue #2862. This is not perfect since, from within sx, there's no way to to tell which of sx/system/! were issued and we have to be generic.

File last commit:

r9286:5c55f6b4
r9464:d7cc7f1e
Show More
component.json
7 lines | 130 B | application/json | JsonLexer
{
"name": "ipython-notebook",
"version": "0.0.1",
"dependencies": {
"bootstrap": "~2.2.2",
"less.js": "~1.3.3"
}
}