Newline is not taking into account
chandrad opened this issue · 2 comments
chandrad commented
Generally, programmer may use more than one library packages to be listed.
%watermark -a "author" -d -t -v -m -p numpy,pandas,scipy,sklearn,statsmodels,matplotlib,seaborn,bokeh,xgboost,`\n
h2o,pymc3,lifelines,theano,altair
Any scope of including this functionality?
rasbt commented
Hi, Chandra,
I think the newline escape sequence \n
doesn't work in this case since the is not typed as a string (i.e., without the quotation marks). However, a simple continuation char (backslash) should work!
It should maybe be clarified in the docs/Readme somewhere. If you want to send an PR, I would really appreciate it
chandrad commented
Simple backslash will do. Thanks for clarifying.