A couple of questions on IJulia
/Jypyter Notebook
…
IJulia
problem inv.0.6.4
?
- I just removed
Julia v.1.0
from my work desktop, and tried to re-installJulia v.0.6.4
… essentially because I need to test some code that currently only works withv. 0.6.4
. Pkg.add("IJulia")
crashed with loads of error messages…
Question: Anyone knows what the problem with IJulia
is?
IJulia
&DataFrames
…
- For the code I’m testing, I manipulate some data structure into something that DataFrames can push out as a table (using some code that Cédric St Jean proposed a few months ago)…
- Sometimes, the table is embedded straight into completely visible
Out
cell. However, for big tables, the table is inserted in anOut
cell in a smaller window with scroll bars…
- This smaller window with scroll bars is ok. However, for big tables, the number of columns is truncated…
Question: How can I avoid this truncation, and include all columns?
- Plots in windows with scroll bars – unwanted…
- For some reason, at times, also figures that I plot are inserted into “windows” with a scroll bar.
- Constrast the following two screen shots…
and
Question: Anyone knows how I can avoid this presentation of figures into “windows” with a scroll bar?