Chico_X

Results 34 comments of Chico_X

@lullabymia yes, you need first get pdf from the website, and the following is an example of words extraction from pdf: https://github.com/ChicoXYC/exercise/blob/master/extract-words-pdf/extract-words-with-pdf.ipynb

I also tried above method mentioned in medium, cannot proceed more now with installing module. Will try later.https://github.com/ChicoXYC/exercise/blob/master/extract-words-pdf/failure-extract-pdf-textract.ipynb

@lullabymia You need use selenium instead of requests method to find elements. The following will help ```python import selenium from selenium import webdriver import bs4 browser = webdriver.Chrome() url="http://kns.cnki.net/kcms/detail/detail.aspx?dbcode=CCND&filename=RMRB201812110011&dbname=CCNDCOMMIT_DAY&uid=WEEvREcwSlJHSldRa1FhdXNXa0d1ZzF6aU1NNVIrL0tTbXlSS3lURW1FWT0=$9A4hF_YAuvQ5obgVAqNKPCYcEjKensW4IQMovwHtwkF4VYPoHbKxJw!!" browser.get(url)...

@lullabymia ```python import PyPDF2 import os path='pdfs/' #pass the path where your pdf files locate. suggest to put them into the folder where your jupyter notebooks are for file in...

@lullabymia 1. checkout whether only pdf files are in the folder. 2. plz don't leave blank space in the folder name. 3. If it doesn't work, you can find me...

>grep: assets: Is a directory frequently-asked-questions.md:37: frequently-asked-questions.md-38- frequently-asked-questions.md-39-### Setup virtual venv and install Jupyter Notebook frequently-asked-questions.md-40- -- frequently-asked-questions.md:43: frequently-asked-questions.md-44- frequently-asked-questions.md-45-### Install modules in venv, it's equivalent to install in Jupyter...

@hupili other todos related new example needs more time, the theory/concept is a little bit new and takes more time.

Pending: >frequently-asked-questions.md:147:!-- TODO: This is not necessarily caused by encoding problem. sometimes malformed JSON format will also cause the problem. Try to bring up a concrete case. What did you...

> Note 12: > First, I tried to draw the graph using nx.show(g) > Nothing happened > ![image](https://user-images.githubusercontent.com/41979788/48976741-3c8f9100-f0c7-11e8-8a76-268cd255d1da.png) > > I tried to restart and run again, but the result...

@ConnorLi96 the link in the notebook you give is outdated, the csv in the notes is the newest. But the strange thing is that I still cannot open this csv...