File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 141141 "metadata" : {},
142142 "outputs" : [],
143143 "source" : [
144- " #| exports\n " ,
145144 " from nbdev.process import extract_directives\n " ,
146145 " from nbdev.processors import Processor\n " ,
147146 " \n " ,
316315 "outputs" : [],
317316 "source" : [
318317 " cell = mk_cell(\n " ,
319- " \"\"\" #| div . margin-column\n " ,
318+ " \"\"\" #| div margin-column\n " ,
320319 " Here is something for the sidebar!\"\"\" ,\n " ,
321320 " cell_type=\" markdown\"\n " ,
322321 " )"
339338 {
340339 "data" : {
341340 "text/plain" : [
342- " {'div': ['. margin-column']}"
341+ " {'div': ['margin-column']}"
343342 ]
344343 },
345344 "execution_count" : null ,
370369 "name" : " stdout" ,
371370 "output_type" : " stream" ,
372371 "text" : [
373- " ::: {.. margin-column}\n " ,
372+ " ::: {.margin-column}\n " ,
374373 " Here is something for the sidebar!\n " ,
375374 " :::\n "
376375 ]
563562 }
564563 ],
565564 "source" : [
566- " #| hide\n " ,
567565 " for i in range(3):\n " ,
568566 " print(f\" Before:\\ n{nb['cells'][i].source}\\ n\" )\n " ,
569567 " print(f\" After:\\ n{processor.nb.cells[i].source}\\ n\" )"
641639 ],
642640 "metadata" : {
643641 "kernelspec" : {
644- "display_name" : " Python 3" ,
642+ "display_name" : " Python 3 (ipykernel) " ,
645643 "language" : " python" ,
646644 "name" : " python3"
647645 }
You can’t perform that action at this time.
0 commit comments