Tag Archives: solution

How to Fix nbconvert failed: Pandoc wasn’t found. Please check that pandoc is installed:

when you want to convert your Jupyte Notebook to PDF, this can appear:

solution:

1 download pandoc library and install, download address: http://pandoc.org/installing.html#windows

ps: domestic didn’t over the wall of friends may not be able to download or slow download speed, CSDN download address: http://download.csdn.net/download/weixin_37029453/10161639

2 download and install MikTeX

3 in Jupyter to PDF operation, as shown in the picture:


after the system will pop up the interface to let you install some toolkits, continue to click the installation, installation is done!

> /strong>

The solution to the problem that the virtual machine and the host SSH can’t connect on vmvare

vmvare hosts are often unable to SSH to each other due to configuration errors or upgrades of the host system and virtual system. Here is the author’s solution:

1. Enter the host and virtual machine to view the IP address, check whether normal IP address is assigned, window view IP command: ipconfig/all, Linux view IP command: ifconfig. If normal IP addresses are assigned, jump to step 2.

2. Check the connection mode of the virtual machine in vmvare. If it is NAT connection, please check whether the network segment of the virtual network card vmnet1(vmnet8) in the host is the same as the network segment of the virtual machine. Refer to other solutions on the web if you are in bridge or host sharing mode, etc.

3. Complete step 2, ping each other between the host and the virtual machine. If ping is not possible, check whether the firewalls of both parties are closed.

4. If SSH is not available after step 3, check to see if the SSH service and port number are working.