Closed fky2015 closed 2 years ago
The following code create extra leading space in string.
https://github.com/freechipsproject/chisel-bootcamp/blob/ff68b6671e3c63c7d23d98a03b5bc1ad38eb733c/source/load-ivy.sc#L163 https://github.com/freechipsproject/chisel-bootcamp/blob/ff68b6671e3c63c7d23d98a03b5bc1ad38eb733c/source/load-ivy.sc#L166
Jupyterlab currently will wrongly encode the leading and trailing space to %20, so the image won't display as expected.
%20
So, maybe just remove the space will help.
The following code create extra leading space in string.
https://github.com/freechipsproject/chisel-bootcamp/blob/ff68b6671e3c63c7d23d98a03b5bc1ad38eb733c/source/load-ivy.sc#L163 https://github.com/freechipsproject/chisel-bootcamp/blob/ff68b6671e3c63c7d23d98a03b5bc1ad38eb733c/source/load-ivy.sc#L166
Jupyterlab currently will wrongly encode the leading and trailing space to
%20
, so the image won't display as expected.So, maybe just remove the space will help.