Feb-20-2019, 04:40 AM
I installed the jupyter notebook pixiedust on my
Ubuntu 16.04. The output is shown as below.
>>>
It seems that when I import pixiedust in Ubuntu using Python 3. I get a lot of output that follows. Is this
normal? I just was surprised by the output.
Any help appreciated. Thanks in advance.
Respectfully,
ErnestTBass
Ubuntu 16.04. The output is shown as below.
$ python3
Python 3.5.2 (default, Nov 12 2018, 13:43:14)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pixiedust
Pixiedust database opened successfully
{"metadata": {}, "data": {"text/plain": "<IPython.core.display.HTML object>", "text/html": "\n <div style=\"margin:10px\">\n <a href=\"https://github.com/ibm-watson-data-lab/pixiedust\" target=\"_new\">\n <img src=\"https://github.com/ibm-watson-data-lab/pixiedust/raw/master/docs/_static/pd_icon32.png\" style=\"float:left;margin-right:10px\"/>\n </a>\n <span>Pixiedust version 1.1.15</span>\n </div>\n "}}
In : I usually see when I import a package just the next line like this:>>>
It seems that when I import pixiedust in Ubuntu using Python 3. I get a lot of output that follows. Is this
normal? I just was surprised by the output.
Any help appreciated. Thanks in advance.
Respectfully,
ErnestTBass
