jupyter notebook reports an error using conda virtual environment

introduce First use Anaconda to create a virtual environment named pt37, and then want to open jupyter in this virtual environment. Follow other online tutorials and use conda install nb_conda and python -m ipykernel install --name {your virtual environment name, such as QQ} -- display name {the name you want to display} did not find the crea ...

Posted by mlavwilson on Fri, 26 Nov 2021 06:50:05 -0800

Pygame actual combat: this little game of "happy playing hamster" makes hundreds of millions of people "addicted"“

Introduction ​​ Have nothing to do: The excrement shoveling officer made a hamster toy for the cat owner with waste cardboard boxes. Look, the owner has a lot of fun I knocked it out - eh, why, why are there two? Isn't it exciting? This is a good chance to improve your relationship with the master! ​​ Ha ha ha! After reading the above ...

Posted by jbruns on Thu, 25 Nov 2021 23:51:13 -0800

Automated testing - RobotFramework

Automated testing - RobotFramework framework brief introduction Is a general open source automation framework for acceptance testing, acceptance test driven development (ATDD) and robotic process automation (RPA). It has an easy-to-use table test data syntax and uses a keyword driven test method. Its test function can be extended through ...

Posted by man12_patil3 on Thu, 25 Nov 2021 23:40:51 -0800

PDF area text extraction tool

📢 Blog home page: https://blog.csdn.net/as604049322📢 Welcome to praise 👍 Collection ⭐ Leaving a message. 📝 Welcome to discuss!📢 This article was originally created by Xiaoming code entity and was first launched in CSDN 🙉📢 The future is long, and it is worth our efforts to go to a better life ✨ At the end of last year, I shared how ...

Posted by Baumusu on Thu, 25 Nov 2021 22:38:43 -0800

Java | are you still traversing the search collection? Don't be funny. Java 8 one line code solution is really elegant

background   Yes, if you want to search the List collection, you can use your own contains/ indexOf method to find elements before Java 8, but only complete elements, not fuzzy search or user-defined search. At this time, you can only traverse. But now it's 2021. Are you still searching for List collection elements in the traditional way of ...

Posted by itsgood on Thu, 25 Nov 2021 20:57:55 -0800

HTML5 final assignment: ancient city tourism website design - Introduction to ancient city scenic spots (34 pages) HTML web page design about ancient city - Introduction to scenic spots

HTML5 final assignment: ancient city tourism website design - Introduction to ancient city scenic spots (34 pages) HTML web page design about ancient city - Introduction to scenic spots Common web design topics include individuals, food, companies, schools, tourism, e-commerce, pets, electrical appliances, tea, home, hotels, dance, animatio ...

Posted by ed209 on Thu, 25 Nov 2021 20:27:23 -0800

python PyQt5 implements the demo of email reminder after vivado completes the implementation

1 function ug904 mentioned that if you want to use a remote host to start one or more job s, select "start and run on the remote host (Linux only)". If I want to use another windows host to run programs, I need to open remote control to monitor the operation or check it often. In order to solve this problem, I implemented a simpl ...

Posted by maxat on Thu, 25 Nov 2021 18:07:16 -0800

Java | after reading the code written by my sophomore, I began to imitate silently...

background The thing is, at present, I am participating in the construction of XXXX project and need to interface with a third party. There are several asynchronous notifications in the other party's interface. In order to ensure the security of the interface, it is necessary to verify the parameters of the interface. In order to facilitate t ...

Posted by kat_jumper_33 on Thu, 25 Nov 2021 17:38:12 -0800

uniapp front end source code (APP + applet + H5)

Open source code is the static part of the source code of the client-side uniapp, which provides learning and use It can be run by importing hbuilder. At present, it is suitable for applets, Android, IOS and H5 Game type, my information, my request, find the great God immediately Editor, I want to play the game, I want to find, other requi ...

Posted by alpha2zee on Thu, 25 Nov 2021 16:29:35 -0800

Program O takes you to recall the classic: developing a brick playing game with native Python

Introduction well! I just gave it to you not long ago ✍ Had a bouncing ball game! Do you remember? I don't remember looking at the content of the previous issue. I upgraded this small tour with large transfer on the basis of the previous issue Play, the interface is also very simple, classic color, original, hahaha. ​ Hello everyone, I'm ...

Posted by tomhoad on Thu, 25 Nov 2021 14:46:51 -0800