Hints for courses: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
(Created page with "On this page we (and you !) will place issues and solutions to those that have tripped up teachers or students in courses. * If you use images in your markDown cells, and ask students to copy over the notebook, the images might not show. This is caused by caching, to fix that, use (at the top of the cell) * %reset -f")
 
No edit summary
 
Line 2: Line 2:


* If you use images in your markDown cells, and ask students to copy over the notebook, the images might not show. This is caused by caching, to fix that, use (at the top of the cell)
* If you use images in your markDown cells, and ask students to copy over the notebook, the images might not show. This is caused by caching, to fix that, use (at the top of the cell)
  * %reset -f
  %reset -f

Latest revision as of 10:25, 29 October 2024

On this page we (and you !) will place issues and solutions to those that have tripped up teachers or students in courses.

  • If you use images in your markDown cells, and ask students to copy over the notebook, the images might not show. This is caused by caching, to fix that, use (at the top of the cell)
%reset -f