I’m starting to work on Anaconda and I can´t open the jupyter notebook. When I try it, it gives out a application launch error, saying the following: Traceback (most recent call last): File “C:UserspcAnaconda3Scriptsjupyter-notebook-script.py”, line 6, in from notebook.notebookapp import main File “C:UserspcAppDataRoamingPythonPython37site-packagesnotebooknotebookapp.py”, line 47, in from zmq.eventloop import ioloop […]
Blog
I issue visudo command, add this rule to the very end of the file, save the file and quit. newuser ALL=/usr/sbin/useradd However newuser is still able to run such commands as sudo touch file1 And the added rule to sudoers file seems not to work. Why ? I have logged […]
I have 3 partitions on the usb sticks. p1 is EFI partition, p2 is a grub boot partition, p3 is a fat32 partition contain content from windows10 installation dvd. I can boot from p1 and enter grub menu. I can boot from p3 and enter windows10 installer. However, when I […]
I installed linux mint mate a while ago for a school project and just started actually using it as an alternative to windows. I still dual boot so I have both Windows 10 and Linux Mint on my laptop. My headphone jack broke off one day in my laptop and […]
I am having difficulty installing and using tensorflow with pipenv install. I am running Ubuntu (16.04.6 LTS). At the end of my ~/.bashrc I have the following: export PATH="/home/nw/.pyenv/bin:$PATH" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" my requirements.txt looks like this: tensorflow==2.0.0 Here is some information about my python, […]
my magento 2.2.3 website is over run by spam bots. the registration of fake users are through the roof and i need to have these stopped immediately. I have google recaptcha and email verification for every account opened but yet there are still lots of intrusion to my registration with […]
Old time Drupal guy here struggling with how to get data to the presentation layer. I have created ui listing and form components to list and edit records but there seems to be a gap in a process to simply list information on a page. For this I have created […]