Questions tagged [pixiedust]

PixieDust is an open source Python helper library that works as an add-on to Jupyter notebooks to improve the user experience of working with data. It also provides extra capabilities that fill a gap when the notebook is hosted on the cloud and the user has no access to configuration files.

PixieDust is an open source Python helper library that works as an add-on to Jupyter notebooks to improve the user experience of working with data. It also provides extra capabilities that fill a gap when the notebook is hosted on the cloud and the user has no access to configuration files.

Homepage: https://github.com/ibm-cds-labs/pixiedust

14 questions
3
votes
1 answer

How to use IBM python module "pixiedust" in Google Colaboratory?

I was fascinated by the debugging and visualization library pixiedust developed by IBM and wanted to try it on gooogle colab. I did following: !pip install pixiedust # matplotlib, seaborn, jinja2 are already installed in gcolab. Display chart does…
BhishanPoudel
  • 15,974
  • 21
  • 108
  • 169
3
votes
1 answer

Pixiedust not displaying in Jupyter lab

I installed Pixiedust using conda. I am trying to use in Jupyter Lab. But When I run a comand it only diplays: Ipython.core.display.Javascript object. The following picture illustrates the error:
Ushuaia81
  • 495
  • 1
  • 6
  • 14
3
votes
2 answers

how to use the "display" function in a scala 2.11 with Spark 2.0 notebook in dsx

In dsx is there a way to use "display" in a scala 2.11 with Spark 2.0 notebook (I know it can be done in a python notebook with pixiedust). Eg: display(spark.sql("SELECT COUNT(zip), SUM(pop), city FROM hive_zips_table WHERE state…
Vik M
  • 45
  • 1
  • 4
2
votes
0 answers

pixie debugger in Jupyter showing weird characters

Installs okay and runs with the slick buttons and everything, but %%pixie_debugger import pandas as pd import numpy as np starter = np.zeros( (10,10)) Looks like : [0m[1;32mdef[0m…
azpiuser
  • 311
  • 1
  • 9
1
vote
0 answers

Weird characters in Pixiedust jupyter notebook

I have an ugly display on the console when I try to debug using Pixiedust version 1.1.19. How to solve this please?
Sara
  • 353
  • 1
  • 3
  • 13
0
votes
0 answers

Error installing pixiedust in using Jupyter

I hope you're doing well. I am trying to follow the Pixiedust installation as laid out on the official github (https://pixiedust.github.io/pixiedust/install.html), and install it in windows 10 (64 bit). when I try to execute instruction “jupyter…
0
votes
0 answers

Running Scala with pixiedust in jupyter notebook

I'm trying to run some scala code in python 3 with jupyter notebook. I have installed pixiedust to make this easier. I have imported it and managed to do that successfully. However, according to the tutorial…
Reddress
  • 3
  • 4
0
votes
1 answer

Is it possible to use the pixiedust debugger without the rest of pixidust?

Im just interested in the debugger, but do not want my plots being altered by pixiedust. Is it possible to use the debugger, without pixiedust having any other effects?
zwithouta
  • 1,319
  • 1
  • 9
  • 22
0
votes
1 answer

pixiedust installation issue with undefined modules

Tried installing pixiedust for debugging functionality in Jupyter. Using standard conda environment , python 3.5 and following https://ibm-watson-data-lab.github.io/pixiedust/install.html Up to "pip install pixiedust", everything is fine,…
perove
  • 1
  • 2
0
votes
1 answer

Permission denied error while installing pixiedust jupyter

Team, im getting permission denied error [Errno 13] Permission denied while extracting spark package (2.1.0) in local installation. I have admin access to folders and verified in Security as well. Any pointers will be helpful Environment details OS…
Vinay
  • 101
  • 1
  • 6
0
votes
1 answer

PixieDust App is not possible run in container with Czech locale

Please i have Jupyter Python notebook with PixieDust 1.1.1 and I try to deploy it as standalone web app in a container according this guide…
0
votes
1 answer

DSX images generated by pixiedust display command are ugly

Any ideas why the display command in DSX gives such ugly image unlike the ones in Databricks? Plus I don't see that I can even add a hue color (even default) is ok like Databricks. Databricks Data Science Experience
Vik M
  • 45
  • 1
  • 4
0
votes
2 answers

DSX PySpark writing data to dashDB with Custom JDBC dialect

In IBM Bluemix I have created a DSX PySpark notebook, with Python 2.6 and Spark 2.0. I am using IBM dashDB as my data storage. I can authenticate and read tables successfully but when I try to write back to a new table I was getting this exact same…
and_apo
  • 1,217
  • 3
  • 17
  • 41
0
votes
1 answer

How we stash Data to Cloudant DB in IBM Bluemix?

Currently I am trying to stash data into Cloudant DB from a notebook using Python's Pixiedust package. After establishing a connection it gives me this error when trying to insert data into the database. nPy4JJavaError: An error occurred while…
Farman Ali
  • 7
  • 1
  • 1
  • 7