Re: Help with Python3/Jupyter Notebook Code Programming Computer Science by deepaksh You can view some videos in youtube on help with Python3/Jupyter Notebook Code Programming Tools - A Rant Programming by Reverend Jim … of the materials we have seen use Jupyter Notebooks. For those of you unfamiliar with Jupyter Notebooks, they are freaking awesome. At… that cut/paste of code does not work in his Jupyter Notebook so, since he also has VS Code installed, he… number one - there was no option to open a new Jupyter Notebook. In fact, even when I sent him my notebook… Re: Programming Tools - A Rant Programming by Dani > there was no option to open a new Jupyter Notebook. In fact, even when I sent him my notebook … as an XML file. A quick Google search ays that Jupyter notebooks have the file extension *.ipynb. You can typically configure… Python Programming Software Development by Sajid_10 … into another file either text file or excel file or jupyter notebook and want to plot using plotly and plotlib library… Environmental variables different output depending on where you run it Programming Software Development by fire_munki … name: me None None None But if I use the Jupyter interactive terminal in VS Code I get: None C:\Users… Re: Python: Compare two CSV files - Output differences/additions Programming Software Development by Nani_2 i need a python (jupyter notebook)code for correlation between two csv files in plots i need a python (jupyter notebook)code for histogram in csv files data will be 400001x16 Re: Python: Compare two CSV files - Output differences/additions Programming Software Development by Nani_2 i need a python (jupyter notebook)code for correlation between two csv files in plots Re: Please Suggest Python Books Programming by Reverend Jim …'ll need to learn this. He makes extensive use of Jupyter Notebooks. If you are not familiar with these you should… Help with Python3/Jupyter Notebook Code Programming Computer Science by Sunny81 I am trying to create a new function that will retrieve dates and claims for a desired year. I am stuck on the last bit of code. I need to use a return command at the end. I am thinking I need to append my list, but not sure. def getClaimsByYear(dates, claims, desiredYear): claimsInYear = [] for i in range(len(dates)):… I want to know how to solve an erron in loading spacy in jupyter notebook Programming Software Development by Griffin_3 nlp = spacy.load("en_core_web_sm") Error found OSError Traceback (most recent call last) <ipython-input-3-8d092272a28e> in <module> ----> 1 nlp = spacy.load("en_core_web_sm") ~\anaconda3\lib\site-packages\spacy\__init__.py in load(name, disable, … Re: I want to know how to solve an erron in loading spacy in jupyter notebook Programming Software Development by rproffitt I'd review https://github.com/allenai/scispacy/issues/340 since it goes over the install plus another issue which while interesting does not apply from what I read in your post. Re: I want to know how to solve an erron in loading spacy in jupyter notebook Programming Software Development by Dani Is this Python? You tagged `database python vb.net visual-basic xml`. Should I untag this topic from being VB related? Re: Programming Tools - A Rant Programming by Reverend Jim Nope. I opened it from within VSCode. I also tried right clicking and the default Open option has the VSCode icon. Doesn't matter now. We have it working fine. Re: Python Programming Software Development by ddanbe Perhaps you'd better email to the developer. Th email is mentioned in the link you gave. Re: Python Programming Software Development by Sajid_10 they are not able to help me . you plsh provide modifications and help little bit please please please:( Re: Python Programming Software Development by Schol-R-LEA That modification would be a a good deal more than 'a little bit'. You seem to have misunderstood what this forum is for: it's for people who are trying to solve a programming problem *themselves*, and need a bit of help. In other words, it is about programmer helping each other. This doesn't include giving free work to someone who has no … Re: Python Programming Software Development by Sajid_10 i just want* if the user plays next time the difficulty level should be increased* Re: Python Programming Software Development by Schol-R-LEA You're missing the important point: *no one on this forum is going to do it for you.* This forum is for people who want *help with a problem when writing a program*. The forum for people who want someone *else* to do some programming for them is the Hiring forum, but that generally will cost you money. So, if you aren't actually doing the … Re: Python Programming Software Development by Sajid_10 please if you cant help kindly delete my post. Re: Python Programming Software Development by rproffitt @Sajid_10. I see lots of help but I fear you want others to write your code for you. If you want folk to write code for you then post this as a For Hire post and state the rates or use sites like https://www.freelancer.com/work/software-projects-bidding-web-sites/1/ Here you get help where you are stuck on your code. (Again, "your code… Re: Python Programming Software Development by JamesCherrill People have taken the time and effort to reply to you, and I can't delete your post(s) without deleting theirs, so the topic will remain as-is. Hopefully others will read it and avoid making the same mistake. JC Re: Environmental variables different output depending on where you run it Programming Software Development by rproffitt Sounds proper. One system may be using the WSL (Linux) subsystem and the other could be a Windows system. I don't expect the env variable to match because, different environments. https://docs.microsoft.com/en-us/windows/wsl/basic-commands tells us we have to setup the WSL to be a specific user and well, that setup isn't known here. Next time…