User Portlet User Portlet

Stian Ramsnes
Discussions
*MODERATOR NOTE: This is the notebook used in the livestream "MaXrd: A crystallography package developed for research support" on Wednesday, April 19 -- a part of Wolfram R&D livestream series announced and scheduled here: https://wolfr.am/RDlive....
Hello, everyone! In my presentation I will talk about how I developed MaXrd, a package for crystallography and research in materials science. During my years at the university, MaXrd grew from a hobby project to a more generalised tool, and it was...
![enter image description here][1] &[Wolfram Notebook][2] [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=MaXrd.png&userId=20103 [2]: https://www.wolframcloud.com/obj/7459de42-edc6-4afd-92d2-a18e70ed23cf
How about something like this? ``` DateListPlot@FinancialData["BTC/USD", {Now - Quantity[24, "Months"], Now}] ```
I have found that the auto-complete code also works with version 10.0, as you say, but if I have ``` Get["MaXrd`Core`AutoComplete`"] ``` in the `MaXrd/Kernel/init.m` file _and_ the package is loaded on startup with
Perhaps the information on [this page][1] can help you out. [1]: https://mathematica.stackexchange.com/questions/56984/argument-completions-for-user-defined-functions#57062
A different solution may be to use replace the `Needs` commands in `CausalInference.m` with `Get` on the file paths of `GraphPrimitives.m` and `GraphSeparation.m`