-
When using the Chapter 3 notebooks:
GitHub Sample Application - Part 2.ipynb
GitHub Sample Application - Part 3.ipynb
GitHub Sample Application - Part 3.ipynb
The cell containing:
```python
di…
-
How to skip WPS Pin and PixieDust attacks? - they stucks because they try 1-2-3-4-5 - then router blocking - because a lot of tries.
Or say how to try these attacks not more then 60 secounds - then…
-
what determines the node version for pixiedust node?
how can I set it to a specific version like LTS
thanks
-
Hi!
I'm experiencing trouble trying to use node-mysql within a pixiedust-node project.
The cell setup is the following:
```python
import pixiedust_node
npm.install('mysql')
```
This works …
-
if PIXIEDUST_HOME is defined then use PIXIEDUST_HOME + data/libs/ path to download pixiedust.jar (this would be for local install, etc) else if PIXIEDUST_LIBS_PATH is defined use it as is to download …
-
Trying to `import pixiedust_node` fails in Python 3.5, with the following error:
```
Pixiedust database opened successfully
Pixiedust version 1.1.17
Table USER_PREFERENCES created successful…
-
This is inside a jupyter notebook, running python 2.7 on AWS EMR.
### Expected behavior
```python
from pixiedust.packageManager import PackageManager
pkg=PackageManager()
```
Output:
```
Pix…
-
I'm attempting to use the node-postgres library from pixiedust_node. The following simple setup fails:
```
import pixiedust_node
npm.install(('node-fetch', 'pg'))
```
```javascript
var { Po…
-
I pasted the below code in a DSX notebook in one cell and got %%scala not found. Then I separated it out into 3 cells and scala directive error was gone but I got this below error. Can you please he…
-
### Expected behavior
`import pixiedust` should work
### Actual behavior
```
import pixiedust
```
```
Pixiedust database opened successfully
Pixiedust version 1.1.11
```
```
Traceback (mo…
btlvr updated
6 years ago